Hi all,
I've some code in the OnValidate trigger of a form which is not executed when I'm using the form to input data.
I suspect this is because the OnValidate trigger on Table level contains some code too.
Can you confirm this behavior? Is there a way to execute the code in the OnValidate trigger (on the form) after the code of the table is executed?
I would like to avoid copying the code of the form in the table because it displays some error messages...
Thanks a lot
Answers
Just try by putting some messages in table and form onvalidate and try
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Maybe a property can change this behavior?
Just added a field in Purchase Header Table and displayed on Form..
added messages in table field Onvalidate and Form field Onvalidate..
First got table message and then form..
comment the existing code and try..
Can you show us the code on Onvalidate triggers of table and form?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Andwian
Don't "copy" the code to the table, "move" the code to the table. Use CurrFieldNo to determine whether the validation happens on a form. Use GUIALLOWED for default behavior in NAS.
RIS Plus, LLC
on Service Order Assigned UserID OnValidate() I have some code. I need this code to effect when the value is changing from integrated application. This code is effecting only with manual interaction. I hope that is clear, please help
Thank You