Skip to Content
0
Former Member
Sep 11, 2007 at 05:02 PM

smart form issue for range input

22 Views

Hi all,

i have print out five 5 po . each po in new form

i.e every po has to start in new page

i have created a smart form

loop at header .

wa = header

ssf... fm module

exporting wa

tables item details

call function fm_name...

endloop.

whats happening is when i execute the program i am getting a pop up window i click on preview , it prints the first p o and then when i click back agian i see the pop up window and again i have to select print preview then i see 2 po and again back button print preview to see 3 po

i want to click print preview once and i want to see all 5 po's

first po and new po in new page

let me know how to achieve this

Thanks