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

Smartform problem with field in table

david_fryda2
Participant
0 Likes
707

Hi everyone,

I have a strange issue.

I created a table within a smartform.

That table has a row with few fields.

Somehow, value of field 5 appears in field 4 (near value of field 4).

Of course, value of field 5 is meant to be displayed in its own column (column 5).

column4 | column5

-


|value4 value5

This problem doesn't occur everytime.

After lot of debugging, I did not get to any conclusion.

Thanks for any help.

Regards.

Hi everyone,

I have a strange issue.

I created a table within a smartform.

That table has a row with few fields.

Somehow, value of field 5 appears in field 4 (near value of field 4).

Of course, value of field 5 is meant to be displayed in its own column (column 5).

column4 | column5

-


|value4 value5

This problem doesn't occur everytime.

After lot of debugging, I did not get to any conclusion.

Thanks for any help.

Regards.

5 REPLIES 5
Read only

Former Member
0 Likes
690

Hi

Check the tab positions in the Paragraph formats you are using. This is just because the Tabs might be disturbing the position of the field in column 5.

Vishwa.

Read only

Former Member
0 Likes
690

Hi,

Check the name of the field in column position 5 & increase the size of column also.

Regards,

Pravin

Read only

Former Member
0 Likes
690

Hi ,

check the order of fields you are declaring in internal table and order in which they are retrieved in select query should match, else u can use move-corresponding fields of - in select query. Also try adjusting the column length in line type of the smartform

Regards,

Vinod

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
690

Hi,

Try printing the value 5 in right justified.

Read only

0 Likes
690

hi,

try to check the line types what u used in the table..

adjust the line type(increase the 5th field)..

regards,

vijay.R