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: 

exit smartform after printing from the print preview

pritam_baboo
Participant
0 Kudos
319

Hi All,

I have a requirement in smart form. In the Print preview after user click the print button at the top it should print and exit. The user should not be able to print the same form again.

1 REPLY 1

arviobj
Explorer
0 Kudos
254

Hello, you may use the exporting parameter JOB_OUTPUT_INFO of your smartforms function module, the field OUTPUTDONE when 'X' means it has been printed. Next you may use the field TDIEXIT that will Immediately exit after printing/faxing from the print preview, the user has no chance to close the print preview window after clicking the print button. For more information, check out this blog post.