‎2009 Jul 03 12:29 PM
Hello,
I have a strange problem:
I have a Screen with different table controls.
In the Layout Editor i set the size of all the tablecontrols to show 3 Lines ( fiixed size ).
Everything seems to be ok.
But when i execute the Program,
a few of these Table Controls are only showing 2 Lines.
There is no additional Coding to hide the lines.
Any idea, what problem we have.
Thanks in advance for any ideas,
Uli
‎2009 Jul 03 12:33 PM
Dear Ulrich
u can set table control lines
CONTROLS: TAB_CNTL TYPE TABLEVIEW USING SCREEN 9000.
TAB_CNTL-lines = 3.
regards
Sajid
Edited by: shaik sajid on Jul 3, 2009 1:35 PM
‎2009 Jul 03 1:28 PM
Hy Sajid,
my problem is not the number of Content lines, but the number of visible lines, the size of the Table Control.
thx,
Uli
‎2009 Jul 03 1:54 PM
‎2009 Jul 03 2:01 PM
Hy,
Sorry, thats not helping me.
It's not really a programming problem.
I do not want to resize the TC in the Program.
I just want the Screen to appear how it is designed in the Editor.
There is no Programming in the Program to change the TC, only in editing mode a few empty lines are added.
I think, it's a kind of generation problem.
Thx for your answer anyway,
Uli
‎2009 Jul 06 10:18 AM
Dear Ulrich,
May be try through some trial and error like try to resize the screen little bigger.
and try to increase the no of lines for the tablecontrol for which only 2 lines are appearing.
Regards
Sajid
‎2009 Jul 09 9:29 AM
Hello,
just for completion. I found the Reason.
Some TC had been marked as resizable( what is not working properly when two TC are placed besides each other).
After marking as resizable, changes in size in the Screen Editor are not displayed when running the Program.
Thx for teh efforts,
Uli
Edited by: Ulrich Becker on Jul 9, 2009 10:29 AM
‎2009 Jul 09 9:31 AM