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

smart form problem

Former Member
0 Likes
713

Hallow

I doing a smart form and I have a problem that

When I wont to write in row more then 5 field and I drag (for ex.) the six field

It jump to the next row and when I see I print display I have a lot place in row that <b>empty</b> clear area.

I try to change the page to landscape and it not change anything .what is the problem ?

regards

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
688

Hi,

If the field width of the 6th field is going beyond the max. horizontal width of the page, then it will automatically come to the next row.

Check whether the space avaialble on page is equal to width of the field.

Best regards,

Prashant

7 REPLIES 7
Read only

Former Member
0 Likes
689

Hi,

If the field width of the 6th field is going beyond the max. horizontal width of the page, then it will automatically come to the next row.

Check whether the space avaialble on page is equal to width of the field.

Best regards,

Prashant

Read only

0 Likes
688

hi Prashant Patil

my window is in size (width) of <b>all the page</b> in portrait

and in lanspace <b>to</b> and it still the same,

i dont beleve that in row in window in width of all page i can write just 6 or seven field in particular i see that in print display that i have tp much place to add fields.

regards

Read only

0 Likes
688

Just a guess.

Check out the type of all fields you have, add the length of all 6 fields, it might be that their combined length ( no. of character) is more than the window can accomodate, but since data present in your second last field might be less than actual size u see lot of space after that.

Regards

Sachin

Reward points if helpfull

Read only

0 Likes
688

Hey,

All the name fields are generally too large, but actual data is less, that might be reason.

C my above post.

Regards

Sachin

Reward points if helpfull

Read only

Former Member
0 Likes
688

Hi Antonio.

In the table ..in the main window...

Go in the table tab of it ... click the details and .. see whether the table size .. matches the sixe for the number of rows.. you want...

I mean you have to declare the number of rows that you want in the main window... and if the size of the rows , though it is only 4 rows equal to the size of the table then it will not show you further fields...

Please check that out...

Regards,

Jayant

<b>Please award if helpful</b>

Read only

0 Likes
688

hi JAYANT KUMAR

the row that i write i do it in text mode and and drag field

ex.

first name: &vorna& last name &nacem& and so on....

i have to change it to table?

why?

regards

Read only

Former Member
0 Likes
688

Hi

Check the Window Width and Page width because of which the field is moving to next line.Also check the Field length of that field which is moving.

Mostly that field may be of currency/Amount field which will be always right justified. So move it character field and display, so that it comes left-justified to adjust the length.

if all the fields are not accomadting in the given page/window length then reduce the font size and see.

Reward points if useful

Regards

Anji