‎2006 Sep 29 7:58 AM
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.
‎2006 Sep 29 8:02 AM
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
‎2006 Sep 29 8:20 AM
its not possible to have 2 different main windows.
u can have two but the code and width should be same. height can vary
‎2006 Oct 01 3:13 PM
hi,
thanks for the useful info..
points are added..
i got a clearer picture now..