The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Logging Export to Excel..........
Posted: 15 Apr 08 3:42 PM
|
Hi all....
We are trying to put something together to perform logging based of off Export to Excel usage. I have tried to place a MsgBox for a test in the System:Export_Grid_RS_To_Excel script, but it seems to not run when using the Export to Excel function from the Standard Toolbar (button or menu in Groups). Is there a different script that manages this where I can place some code for logging? Any help is appreciated......
Thanks,
JP |
|
|
|
Re: Logging Export to Excel..........
Posted: 16 Apr 08 9:59 AM
|
You might try looking for that in the global scripts. It is likely that the menu and toolbars are calling a built in function. The only exposure to that is the global scripts. |
|
|
|
Re: Logging Export to Excel..........
Posted: 16 Apr 08 11:49 AM
|
Could I maybe try to use the OnBeforeFunctionExecute or another Secured Function Event? Below does not work for me but maybe I am calling the wrong function?
OnBeforeFunctionExecute_ExportCurrentGroupToExcel(functionNumber, functionName)
Thanks,
JP |
|
|
| |
| |
|