I have a new form that I need to open in add/insert mode from menu.
Form Name: form_sign_orders
I have this in my form onApplicationInit Event.
sc_apl_conf(“form_sign_orders”, “start”, “new”);
No luck. The form does not open in add/insert mode. I still have to hit the Add button to see the screen to add a new record.
I even added this code to remove the delete button. It did not work either.
sc_apl_conf(“form_sign_orders”, “delete”, “off”);
Can someone suggest what I’m doing wrong?
I’m using ScriptCase v9.7.008
Thanks in advance…
Mitch