2012 Oct 23 7:20 AM
Hi,
I have called 2 smartforms in single driver program by using SSF_OPEN and SSF_CLOSE..
Now my problem is, I want to take 4 prints of Invoice1 but at the same time Invoice2 should be printed only once..
Can anybody help me to find the solution..
Regards,
Shriniwas
2012 Oct 23 7:30 AM
as you said you are calling 2 diffrent smartform so i believe at the time of calling invoice form pass form interface output_options parameter TDCOPIES with desired number or another approach is mentioned in below thread :
2012 Oct 23 9:30 AM
Hi Gagan,
I have already tried it with setting parameter value for TDCOPIES.. but no success....
I set TDCOPIES = 1 for second smartform . When I take 4 prints of page, I am expecting that it should print 4 copies of first smartform and only one copy of second.. But it's not happening.. It's printing 4 copies of both.
Thanks,
Shriniwas
2012 Oct 23 9:44 AM
on that case call first smartform under do 4 times. enddo. loop and keep number of copies 1.
this might solve your problem.
2012 Oct 23 9:35 AM