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

Editable Table Control

Former Member
0 Likes
397

Hello,

I am using a table control to display data. I am editing certain data. But when I save the data, the changed data is not getting saved. The displayed data is only saved.

Please suggest

RR

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
373

In PAI you have to modify the internal table with new entries of the table control. Then handle your user command SAVE.

Read only

Former Member
0 Likes
373

In PAI Module Update u r Internal Table by transporting index of table contol index...

And then Update Database table from u r Internal Table...

Moderator message: please do not use SMS speak.

Edited by: Thomas Zloch on Oct 27, 2010 6:21 PM