Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

table control changes

Former Member
0 Likes
381

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

2 REPLIES 2
Read only

vinoth_aruldass
Contributor
0 Likes
353

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

Read only

former_member282968
Contributor
0 Likes
353

Hi Kaushik,

In PAI, put your validation piece of code inside the function code for 'SAVE'.

With regards,