‎2012 Dec 28 6:32 AM
Hi friends,
I have a table control and a button validate when i press validate it does all validation success, after that if the user tries to change any data in the table control . and then if he tries to save he should not be allowed to save , he should validate again then only he can save.
pls help me with some code.'
Moderator message: please do more research before posting.
Message was edited by: Thomas Zloch
‎2012 Dec 28 6:38 AM
hi,
copy the same code of validation in the save button also.
when 'validate'.
validation code.
when 'save'.
validation code
save code.
hope this helps,
Vinoth
‎2012 Dec 28 6:41 AM
Hi Kaushik,
In PAI, put your validation piece of code inside the function code for 'SAVE'.
With regards,