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

Different spools

Former Member
0 Likes
309

Hello folks,

I am having a requirement here. I dont have a clue how to proceed.

I had developed a smartform which is basically an agreement form between a distributor and manufacturer.

What I am doing in my print program right now is I am calling the smartform function module inside the loop on distributors.

When ever the smartform is executed, it is creating a single spool for all the distributors.

Can't I create a seperate spool for each distributor? Do I have to create a seperate output type for this? Please let me know.

Thanks,

1 REPLY 1
Read only

Former Member
0 Likes
278

hi Naren,

you can do it

instead of looping it in the print program create a loop in the smartform itself

suppose if u want to send to different distributors with different addresses then create a loop at address window and loop at mainwindow also to get the data from the mainwindow also

based upon your message to be sent create the loop for the respective windows

i think it would be helpful for u

if u have any further issues just let me know

Regards,

Naveen