2009 Oct 21 4:01 PM
Hello everbody,
please can anybody help me - outherwise i'm going to become desperate 😛
i have a table control (vertival resizing on). There is space to show about 20 lines. My table contains only 5 lines.
In PBO i set the tc_conrol-lines = 5.
My problem is now, that the vertical scroll is shown, although it has no function.
Can you please tell me, how to disable / hide / inactive the scrollbar?
Thanks very much!!
Sabrina
2009 Oct 22 4:13 AM
Hi
Uncheck the Vertical resizing in Table Control Attribute in Screen Painter.
If you are using DESCRIBE TABLE statement in PBO , just comment it.
Hope this would serve your purpose.
Cheers
Ram
Hi
Uncheck the Vertical resizing in Table Control Attribute in Screen Painter.
If you are using DESCRIBE TABLE statement in PBO , just comment it.
Hope this would serve your purpose.
Cheers
Ram
2009 Oct 22 4:13 AM
Hi
Uncheck the Vertical resizing in Table Control Attribute in Screen Painter.
If you are using DESCRIBE TABLE statement in PBO , just comment it.
Hope this would serve your purpose.
Cheers
Ram
2009 Oct 22 7:19 AM
Hi Ram,
thanx for answering my questions.
Your hints do regrettably not help.
Vertical resize has to be check for my purpose.
Commenting the tc_control-lines statement doesn't disable the vertical scrolling bar.
I'm on ERP 6.0, could that be the reason?
Greetz,
Sabrina
2009 Oct 22 7:36 AM
Hi,
In your program just check any where that you have used TC-lines.
I just check in my program and found OK and more over i also in ECC6.0
Check in the entire program and comment them. instead use temp variable
describe table itab lines tc-lines
describe table itab line --> replace it like this
Cheers
Ram
2009 Oct 22 8:00 AM
Sorry, doesn't work.
The TC-Strucuture is filled with the correct line-count at the time, when the loop at itab into tc_control starts.
maybe you can post your conding and entries in screen-painter?
Thanx a lot,
sabrina
2009 Oct 28 2:42 PM
Ok, i solved my problem by using a steploop instead of a table control.
its not the best solution, but that worked.
2009 Oct 28 2:43 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |