cancel
Showing results for 
Search instead for 
Did you mean: 

How to combine o/p of 2 forms in one spool?

Former Member
0 Kudos

Hi guys,

I am calling 2 forms A and B from my program, i want o/p as one spool having o/p of both the forms one after each other.

Suggest suitable example if possible.

Regards,

GURU

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

first call

open_form fm

start_form using form a

end_form

start_form using form b

end_form

close_form

from open_form to Close_form it creates a single spool request only

pls. reward points