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

2 Different Main Windows in SMARTFORMS

Former Member
0 Likes
658

hi experts,

i got this scenario..

for the first page of my smartform, i got a main window. i also got a subsequence page for this 1st main window.

for the second page of my smartform, i got another main window. i also got a subsequence page for the 2nd main window.

is it possible to have 2 different main windows in a single smartform???

cause i got some funny exception error when i try to print the smartform....

thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
476

hi,

one has to follow smartforms characteristic

it will not allow two main window in single form.

put radio button in your driven prog.

first page & secong page.

on basis of selection call respective form.

hope this will help you.

raj

Read only

Former Member
0 Likes
476

its not possible to have 2 different main windows.

u can have two but the code and width should be same. height can vary

Read only

Former Member
0 Likes
476

hi,

thanks for the useful info..

points are added..

i got a clearer picture now..