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

Forms

Former Member
0 Likes
332

Hi All,

My requirement is

In SmartForms, under main window I have 4 rows.

Row 1

Row 2

Row 3

Row 4

These 4 rows should be printed together, if main window does not have place in Page 1 for Row 4,

Then nxt page should start from Row 1 .

Its like using Protect and EndProtect in scripts.

How do i do it in smartforms ?

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
312

You can achieve this with the FOLDER.

Create a FOLDER under the MAIN window and put all your rows into that FOLDER.

Check the checkbox "Page Protection" on in the General Options for the FOLDER.

So your SMARTFORM will look like:

MAIN WINDOW
 > TABLE
   > HEADER
   > MAIN AREA
     > FOLDER - with page protection on
       > ROW1
       > ROW2
       > ROW3
       > ROW4
   > FOOTER

Regards,

Naimesh Patel

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
313

You can achieve this with the FOLDER.

Create a FOLDER under the MAIN window and put all your rows into that FOLDER.

Check the checkbox "Page Protection" on in the General Options for the FOLDER.

So your SMARTFORM will look like:

MAIN WINDOW
 > TABLE
   > HEADER
   > MAIN AREA
     > FOLDER - with page protection on
       > ROW1
       > ROW2
       > ROW3
       > ROW4
   > FOOTER

Regards,

Naimesh Patel