Hi everybody,
In a control app, OnValidate section I have this test :
if ({totbal}!= 0){
sc_error_message({lang_msg_51});
sc_error_exit();
}
…
…
I forget to create my message “lang_msg_51” in Application Language, so when I run my app and I validate it, I get a error for my missing message but it doesn’t stop with sc_error_exit() and continue with the rest of code and execute OnvalidateSuccess
I think it’s very dangereous !!!
Thanks for fixing this asap…
Nac