I need to use this MACRO to open a FORM from the MENU in “Insert New Record” mode.
sc_apl_conf(“my_form”, “start”, “new”);
There are no really any embed points (events) to be able to control when the menu selection is made. How can I call this form from the menu ?
Art