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

screen-input

Former Member
0 Likes
257

friends,

i have two table controls...in the first table control i have 9 columns and in the second one, i have 3 columns...after all the validations are done for the second one against the first one, if i press a push button, the values in the 3 cols of the second tblcontrol should be passed to the last 3 cols of the first tblcontrol..i think it should be possible...please suggest me as to how to code this...any examples related to this topic, like passing and validating data between two table controls will be highly appreciated...thanks all

1 REPLY 1
Read only

Former Member
0 Likes
227

write the logic in pai of the screen. when ever u r looping the second table control data and displaying the output, move the certain fields to the first table fields so that the data will be moved to first table.