Modal form and add record...

Hello,

I linked a grid with a modal form for input/add records.
In the link winwow I can define the property that -after update- the modal window is closed and SC returns to grid. For -add records- there is not such a property.
I just gave this point to the developers of SC…

Meanwhile … is there a programming way to close the modal -add window- after add event … to close the window an to return to the grid ?

Best regards
Uwe

Re: Modal form and add record…

Uwe,
You can try sc_exit(); it has several options to react based on your needs

regards
Dhana

Re: Modal form and add record…

Thanks a lot : sc_exit(sel) … makes the job…

Best regards
Uwe Pfeiffer

Re: Modal form and add record…

damn it is working…