Application Development 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: 

Merging of spool request

Former Member
0 Kudos

Hi all,

I have created a smartform for printing the shipping labels depending upon the delivary number. For each delivary number it creates several spool based on the label.

Now the requirement is that we want all the labels(spool) under one spool requests for each delivary number.

Please let me know how it can be done .

Thanks and Regards,

Syed

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

while calling the smartform there is a variable No_Open and No_close.

Use this option to open a spool at starting of Delivery document, But close only when all the pages for that delivery document are done.

This will create only one spool for that delivery document.

Thanks,

Senthil

2 REPLIES 2

Former Member
0 Kudos

Hi,

while calling the smartform there is a variable No_Open and No_close.

Use this option to open a spool at starting of Delivery document, But close only when all the pages for that delivery document are done.

This will create only one spool for that delivery document.

Thanks,

Senthil

Former Member
0 Kudos

Hi Senthil,

Can you please tell me how to make use of this NO_CLOSE and NO_OPEN option in the smartforms .

I populated this in the control parameters but did not get a single spool for one delivary document . i mean it is not generating a single spool for one delivery document.

Can you please explain via code if possible.

Thanks

Syed