ysovva
2nd June 2011, 11:30
Generally I am trying to run a report session from the print option of some session. The report session was created with "dynamic form" and has 3 groups appearing as different forms.
All I wanted to do is to run the report session with group.invisible() function depending on the selected session in report choice in the main session. I did not find any solution for choice.<session> so I created the menu that calls in all 3 records of it to a 3GL script and depends on the procesinfo$ variable to run from 3GL to the report session with special instruction. The new problem: the variable procesinfo$ has no value in 3GL. Perhaps I am missing the <bic_interface> functionality , but it already contains a "main" function declaration, so I can't use it… Can anybody advice?