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 prog

Former Member
0 Likes
407

HI,

I am working on the screen program: i have a main screen 8000 and in which have 4 sub screens 9001/2/3/4 . i have grid display in sub screen 3 and 4 and have same structure data. i want to select the data from sub screen grid 4 and move to sub screen grid 3. plz tell me how to refresh and move logic for the same. i know the row selection logic but plz tell me how to refresh the data of grid3 from grid 4 which are both in different sub screens.

plz help mee..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
375

when ur in grdi4 you have data. Now, in PBO of grid3 tab refresh itab3 data and overwrite the data of itab4 into itab3. So, when you click grid3 PBO gets triggered and data is hwon in the tab...

2 REPLIES 2
Read only

Former Member
0 Likes
376

when ur in grdi4 you have data. Now, in PBO of grid3 tab refresh itab3 data and overwrite the data of itab4 into itab3. So, when you click grid3 PBO gets triggered and data is hwon in the tab...

Read only

Former Member
0 Likes
375

thanks all