‎2008 Jun 29 4:06 PM
Hi,
I have a table control which had a horizontal scroll bar. It has disappeared for some reason.Any one has any idea on how to get a scroll bar in a table control?
Regards,
Divyaman
‎2008 Jun 30 7:53 AM
Hi,
Have you checked Horizontal Scrolling on the screen painter?
reqrds if it helps.
regards,
mahantesh
‎2008 Jun 30 8:51 AM
just go to the layout double click on table control
u ll get attributes of table control
check the resizing and separators to both vertically and horizontally
‎2008 Jun 30 8:10 AM
HI
have you given loop in pbo & pai
loop at it with control t1 " here t1 is the name of table control.
endloop.
also in pai.
loop at it.
endloop.
save check activate display
u can check this through screen painter press display and check .
one mistake can be i don't know from where u r taking data from dictionary or program .
‎2008 Jun 30 8:46 AM
hi
i think you have't written code in pbo & pai
in pbo
loop at it with control t1 " here t1 is the name of table control
endloop.
in pai
loop at it.
endloop.
save check activate.
one more mistake is possible from where u r connecting ur table control via dictionary or program
regards
Aniruddh Singh
Edited by: aniruddh singh on Jun 30, 2008 1:17 PM
‎2008 Jun 30 8:53 AM
‎2008 Jun 30 12:32 PM
Hi,
Reduce the screen area and see if you are able to get it.
Regards,
Wajid
‎2008 Jun 30 1:50 PM
Hi,
Let me add one more peice of information here. When I run the same transaction in 2 different clients of the same system, the scroll bar of the table control appears in one client but doesn't appear in the other client. So, I don't think making changes in the code is going to be of any help here. Is there any client specific setting which needs to be controlled?
Regards,
Divyaman