Form PrintStarting and PrintEnd events
Sort of similar to this old post
viewtopic.php?f=26&t=506
I have a client who wants me to somehow record who and when users print some forms - in this case its the Warehouse Transfer Out and In.
Also Purchase Orders.
But my question could apply to several forms.
Basically I intent to simply add an entry to Notes, so in purchase orders, I'd add a notes to the collection. For warehouse transfers I'd just append to the Notes field.
Anyway, the PrintStarting and PrintEnd only has a parameter for the ReportDefinition. How do I get the form and/business logic object(s) so I can do the above?
viewtopic.php?f=26&t=506
I have a client who wants me to somehow record who and when users print some forms - in this case its the Warehouse Transfer Out and In.
Also Purchase Orders.
But my question could apply to several forms.
Basically I intent to simply add an entry to Notes, so in purchase orders, I'd add a notes to the collection. For warehouse transfers I'd just append to the Notes field.
Anyway, the PrintStarting and PrintEnd only has a parameter for the ReportDefinition. How do I get the form and/business logic object(s) so I can do the above?