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

SMARTFORMS-Static window

Former Member
0 Likes
325

Hi

I am designing a PO layout in SMARTFORMS

In the first page , the MAIN window has a table (looping is done).At the end of the MAIN WINDOW , IN A NEW PAGE , I NEED TO ADD THE "TERMS AND CONDITIONS" .

how can i do this.

Points will be awarded

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
306

Hi Jayasree,

You can use "command" for calling a new page in the Main Window.

You need to create a new page with a window for "TERMS AND CONDITIONS".

Then add 'command' in the main window(in the end).

Check "Only at end of main window" in 'Conditions' tab of the command .

Now, check "Go to new page" option in 'General attributes' tab of the command and give the Page Name that you have created for "TERMS AND CONDITIONS".

Regards,

Neeraj Gupta

2 REPLIES 2
Read only

former_member182670
Contributor
0 Likes
306

Create new page and create your "TERMS AND CONDITIONS" window there.

In page with main window create COMMAND after main window.

In conditions tab of this command mark 'Only after end of main window'.

On general attributes tab mark 'Go to new page' and enter name of your new page

Read only

Former Member
0 Likes
307

Hi Jayasree,

You can use "command" for calling a new page in the Main Window.

You need to create a new page with a window for "TERMS AND CONDITIONS".

Then add 'command' in the main window(in the end).

Check "Only at end of main window" in 'Conditions' tab of the command .

Now, check "Go to new page" option in 'General attributes' tab of the command and give the Page Name that you have created for "TERMS AND CONDITIONS".

Regards,

Neeraj Gupta