2016 May 31 9:53 AM
I tried by unchecking the vertical and horizontal resizing in table control properties , but it didn't work.
Is It possible to avoid scroll bars in table control ?
We can avoid horizontal scroll bar by defining the no.of columns, but how to avoid vertical scroll bar ?
Please find the attachment for reference which is highlighted vertical scroll bar.
2016 May 31 1:35 PM
Make tc-lines value as 0. Then vertical scroll bar will not appear in TC.
2016 May 31 10:00 AM
2016 May 31 10:03 AM
I already did that, still didn't able to remove vertical scroll bar.
2016 May 31 10:08 AM
Hi Siva,
The only way is to uncheck the property. Save and activate the screen instead of directly activating it. Any inconsistency in screen will not appear after that. And also do the same with the program.
2016 May 31 10:23 AM
Thank you Venkat for your reply,
I followed your steps and the output is same, vertical scroll bar still coming.
Is any other way we can do this.
2016 May 31 10:29 AM
2016 May 31 12:08 PM
2016 May 31 10:15 AM
hi Siva,
Save and activate then logoff from system,
Login back and check whether function is working.
Thanks & Regards,
Nitin Vernekar
2016 May 31 10:25 AM
Hi nitin,
Appreciate your answer,
I did the steps you mentioned but it didn't worked, still vertical scroll bar is displaying.
2016 May 31 11:04 AM
Hi Siva,
Can you send screen shot of attributes of the screen number where you created the table control.
Thanks & Regards,
Nitin Vernekar
2016 May 31 11:35 AM
Hi nitin,
sorry for the late reply,
please find the attributes screen shot of my table control.
2016 May 31 1:31 PM
There is option while creating a table control using wizard
if you don't mark it then we will not be able to scroll the table vertically.
2016 Jun 01 4:36 AM
Hi nitin,
I created table control without selecting that scroll option only, still I got scroll bar.
Issue solved by making the tc-lines = 0 in PBO.
2016 May 31 11:10 AM
Are you sure there will be less number of items to be displayed. It will never go to the next page. If the scroll area is too small set it to 1 and check.
2016 May 31 11:30 AM
Hi venkat,
Thanks for your support,
I am sure that I have only 5 items maximum, even I increased the scroll bar area which it can accommodate 10 items, but still the scroll bar is displaying.
2016 May 31 11:52 AM
2016 May 31 12:03 PM
HI venkat,
What we need to check in PBO code. please find the PBO code below.
2016 May 31 12:08 PM
Check the module Z365_WM* which is above the loop. Write the code.
" TC-LINES = 2. " WHERE THE TC IS THE TABLE CONTROL. CORRESPONDINGLY USE THE TABLE CONTROL VARIABLE.
2016 May 31 12:48 PM
I have set the TC-lines = 2, still it didn't worked. the vertical scroll bar is appearing.
2016 May 31 1:35 PM
Make tc-lines value as 0. Then vertical scroll bar will not appear in TC.
2016 Jun 01 4:03 AM
Thank you singaravel, issue solved by assigning the tc-lines = 0.
2016 May 31 1:41 PM
Nitin is right. that's the point if you have selected . I asked if youre sure it does nt go to next page. but you should implement that logic in the first window by unchecking it. But this resizing is will not appear if you had not ticked it earlier. So If you had changed this later to uncheck, you need to save and activate again. then it should not be a problem.
2016 Jun 01 4:04 AM