cancel
Showing results for 
Search instead for 
Did you mean: 

Static Interactive Form handle an event

Former Member
0 Kudos

How can I handle an event when pressing a button "print" when the Interactive Form appears in Pdf window before printing (just to know that this document has been printed) ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi Krasimira

why don't you check the return structure from the function call?

'fpformoutput-pages > 0 -> document was printed'

you can do so assuming that the print functionality works fine.

Eyal