Hello,
i need help to use the macro “sc_apl_conf”, i have done like described below, but it has no any effect.
i have two forms: one is a “control” form wicth invoque another one : “customer form”(in the onvalidate event), i want to open “customer form” on insert mode.
in the “onscriptinit” event of “customer form”, i have: sc_apl_conf(“form_customer”, “start”, “new”); is it correct???