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 : Regarding secondaty windows

Former Member
0 Likes
380

Hi,

In invoice printing, The main window is having the items data, and the secondary windows are having

the customer details and invoice details.

The items are repeating to next page in the smartform but in the next page the details of another customer

and the other invoice details are printing with the previous dealers iems.

the customer and invoice details have to be printed in the next page even when the items are

repeating into next page

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
351

Hi,

Secondary window data will not flow like main window thats the main difference between main window and secondary window, for your issue customer details also keep in main window, your problem will solve.

Regards,

Sanjay Gogikar.

Read only

Former Member
0 Likes
351

There's some error in form or in your driver program...this should work correctly. The field names are exactly the same in both pages? The program does a proper clear and rebuilds customer and invoice header details for each new document? Are you by any chance pointing to table and fieldname in one window and declared data variables on the other page?

Edited by: BreakPoint on Dec 23, 2011 1:43 PM