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 error

Former Member
0 Likes
431

Hi,

I've developed smartform, which is working fine in development, but in Live its giving error as

"TABLE %TABLE1 DOESNOT FIT INTO THE WINDOW"

what might be the problem in this

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
399

hi,

In my case i came across this error and it was because my main window did on fit in the page.

so i changed the dimensions of the window in the output options and replaced it in the form painter.

then it did not give the error again.

hope it helps.

3 REPLIES 3
Read only

Former Member
0 Likes
399

Hi Suprith,

Are you using some kind of template for creating the window?

Please note that the height specified for the template should be exactly equal to that specified in the template. If this is not matching, you will get this error in some scenarios. Check the Template tab and confirm whether this is the issue.

Check this thread:

Hope this helps!

Cheers,

Shailesh.

Always provide feedback for useful answers

Read only

Former Member
0 Likes
400

hi,

In my case i came across this error and it was because my main window did on fit in the page.

so i changed the dimensions of the window in the output options and replaced it in the form painter.

then it did not give the error again.

hope it helps.

Read only

Former Member
0 Likes
399

here the error may be 1.either the size of window is smaller than the template u made in the window,so increase the dimensions of window. or 2 .the width of columns made in template increass the total width provided check the total or 3.

once i encountered an error maybe it was lack of basic knowledge when i first made templates but ihad made rows in templates by mentioning as 1 to 3 required so instead of that while making rows in templates use split cell or add cell/line benaeath or above options.

Hope this helps