If i put sc_exit(); in the event “onafterupdate” my applications seems to frees… the update is done but the application never terminates…
Has anyone seen this before ? any suggestions ?
If i put sc_exit(); in the event “onafterupdate” my applications seems to frees… the update is done but the application never terminates…
Has anyone seen this before ? any suggestions ?
Re: sc_exit in event onafterupdate
YES…
you may not use this in onafterupdate event…
You have to define in application link - propertiers , that the form is closed after update.
SC behavious other in onafteradd event. There you have to use sc_exit(sel)… Funny
it’s not logic… but SC
Best regards
Uwe
Re: sc_exit in event onafterupdate
tnx
as long as i can solve the issue i’m happy