‎2007 Apr 25 11:50 PM
Hi,
I have two table controls and a "Transfer" button on a dialog screen. The 1st one contains the data extracted from a table (hundred of entries) and has the scroll up/down functionality. If I select multiple rows from the 1st table control and hit the button "Transfer", the selected rows will be transfered over to the 2nd table control. The rows are moved properly, but the 2nd table control does not seem to have the scroll up/down. Do I miss something when defining the table controls? Please help!
Cheers.
‎2007 Apr 25 11:52 PM
Please check the properties/attributes of the 2nd table control.
Regards,
Amey
‎2007 Apr 26 12:00 AM
Hi Amey,
I don't see any issue with the properties/attributes of the 2nd table control. Do you have any idea? Thanks!
‎2007 Apr 25 11:57 PM
Hi,
If you are using SCROLLING_IN_TABLE FM to scroll in the table control..
Pass the appropriate values of the second table control...
you can use SET CURSOR FIELD AREA A.
If A contains first table control name..Then pass its values..
If A contains second table control name..THen pass its values..
Thanks
Naren
‎2007 Apr 26 12:04 AM
Thanks Naren, I will try it out tomorrow and will let you know.
Regards.
‎2007 Apr 26 12:04 AM
Hi,
In my previous email I am mentioning about page up / down..
Are you not getting the scroll bar in your table control
Thanks
Naren
‎2007 Apr 26 12:06 AM