sjltektips
Programmer
2 questions - Forgive me, I am new to Actuate.
1. I would like to prepopulate parameters with default using VB Code (such as calculating a date to default to so many days beyond todays's date). Which Method of which class do I need to write my code in? I noticed that the start method for the entire report seems to be invoked AFTER the parameter screen is displayed. I need a place to write code BEFORE the parameters are displayed - can anyone tell me where this is done?
2. Is there a way to generate a BAS file that contains only the custom code that was written in subclassed methods? What I find myself having to do when I want to see what an existing program does is to expand every slot in the report tree, then look at the Methods for each entry in the tree to look for one that is BOLD, then dblclick to look at the code. IS there an easier way to identify just the custom code within a program?
1. I would like to prepopulate parameters with default using VB Code (such as calculating a date to default to so many days beyond todays's date). Which Method of which class do I need to write my code in? I noticed that the start method for the entire report seems to be invoked AFTER the parameter screen is displayed. I need a place to write code BEFORE the parameters are displayed - can anyone tell me where this is done?
2. Is there a way to generate a BAS file that contains only the custom code that was written in subclassed methods? What I find myself having to do when I want to see what an existing program does is to expand every slot in the report tree, then look at the Methods for each entry in the tree to look for one that is BOLD, then dblclick to look at the code. IS there an easier way to identify just the custom code within a program?