I have a script that runs on open of Business Object. I have a dialog box that allows you to select several reports. When one is opened the dialog box closes. I believe the script ends.
Is there a way to reopen the script when we close the report. Because now when the report is open or closed and I want to open that dialog box I have to execute the script. Is there a way to run the script after I close the report?
I was suggested to use a (DO LOOP)
I have a script that runs on open of Business Object. I have a dialog box that allows you to select several reports. When one is opened the dialog box closes. I believe the script ends.
Is there a way to reopen the script when we close the report. Because now when the report is open or closed and I want to open that dialog box I have to execute the script. Is there a way to run the script after I close the report?
I was suggested to use a (DO LOOP)
In a message dated 98-09-03 08:41:58 EDT, you write:
Or you need to train them on how to rerun a script. That’s a
pretty daunting task!
You can attach a script to a tool bar button quite easily. Since you can even build a tool tip, you can set up a button called “Report Menu”. To attach a custom script to a toolbar button, select the TOOLS menu followed by OPTIONS. On that screen select Report Script.
I assume that there is a way to automate this process so that all new users automatically get this setting… otherwise this could be an administrative issue.