Macro sc_apl_conf

Hi,

I have two form (Form1 and Form2) with a link to the same form (Form3).

In the event onApplicationInit of the Form3 how Know which form has called it?

From Form1 the Form3 have to open it with the macro sc_apl_conf(“Form3”, “start”, “new”).

From Form2 the Form3 have to open it with the macro sc_apl_conf(“Form3”, “add”, “off”).

Thanks

Biagio

These macro’s needs to be used in the calling application afaik. So you don’t have to know in form3 which called it. In the onscriptinit you can use the above macro’s to preset the stage of form3 .