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

In smartforms all pages main window width should be same not height. Why?

Former Member
0 Likes
1,737

When creating a smartform with two pages each with one main window and the width differs means it will give a short dump ( "ssf_err_main_width_changed" ). when correcting both main window size equal means it will give next page, what the reason for same window size.

When creating a smartform with two pages each with one main window and the width differs means it will give a short dump ( "ssf_err_main_width_changed" ). when correcting both main window size equal means it will give next page, what the reason for same window size.

1 REPLY 1
Read only

Former Member
0 Likes
1,000

The reason why the width must be the same is that generally the content being displayed is the same format (eg a table of items for an invoice) or something like that.

The reason why the height can be different is because the 1st page of a document normally contains additional information that takes up more space than on subsequent pages such as addresses and contact details etc.


Rich