sc_apl_conf (“app_clients”, “start”, “new”);
it was working before the update to 7.1.005
can someone help me?
sc_apl_conf (“app_clients”, “start”, “new”);
it was working before the update to 7.1.005
can someone help me?
Try the onscriptinit. AFAIK onapplicationinit will work only once when the application is loaded. Onscriptinit will trigger everytime the application is called.
it wont work onscriptinit,
when i use onApplicationInit (sc_apl_conf (“app_clients”, “start”, “new”) it works but when i try to save the information on the form it wont save anithing on the database
Hello Calleros,
Please review your current code.
Calling sc_apl_conf() onScriptInit() shouldn’t stop your application to committing to your database. Make sure that there isn’t any other code that may have been causing this.
regards,
Bernhard Bernsmann