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

Scroll bar in table control

former_member202335
Participant
0 Likes
856

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

7 REPLIES 7
Read only

Former Member
0 Likes
834

Hi,

Have you checked Horizontal Scrolling on the screen painter?

reqrds if it helps.

regards,

mahantesh

Read only

0 Likes
834

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

Read only

former_member756887
Participant
0 Likes
834

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 .

Read only

former_member756887
Participant
0 Likes
834

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

Read only

Former Member
0 Likes
834

Divyaman,

just refer:

Amit.

Read only

former_member200872
Active Participant
0 Likes
834

Hi,

Reduce the screen area and see if you are able to get it.

Regards,

Wajid

Read only

0 Likes
834

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