‎2006 Nov 30 8:33 AM
Hi ,
I want to know how to trigger two different layouts in one script based on some condition.
‎2006 Nov 30 9:26 AM
u have to make use of FM START_FORM.
see the documentation for more details.
regards
prabhu
‎2006 Nov 30 9:26 AM
u have to make use of FM START_FORM.
see the documentation for more details.
regards
prabhu
‎2006 Nov 30 9:27 AM
‎2006 Nov 30 9:31 AM
Hi ,
Lets assume A and B are two forms. The two forms can be handled like this.
Open_Form ...
Start_Form FormA..
Write_Form FormA.
End_Form FormA..
Start_Form FormB.
Write_Form FormB.
End_Form FormB.
Close_Form.
Regards,
Jayaram...
‎2006 Nov 30 11:39 AM
I am modifying a standard script and cannot change the driver program.Is there any method to trigger two layouts on condition in the script itself?