‎2008 Aug 12 1:45 PM
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..
‎2008 Aug 12 1:47 PM
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...
‎2008 Aug 12 1:47 PM
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...
‎2008 Sep 30 1:40 PM