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

Missing lines in tablecontrol display

Uli_42
Participant
0 Likes
796

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

7 REPLIES 7
Read only

Former Member
0 Likes
764

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

Read only

0 Likes
764

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

Read only

0 Likes
764

hi

Check this link,May be useful to tou..

Read only

0 Likes
764

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

Read only

0 Likes
764

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

Read only

0 Likes
764

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

Read only

Uli_42
Participant
0 Likes
764

Removed the resizable-Marks of the TCs