` Printed Icetips Article

Icetips Article



Par2: Report: When did user preview?
2001-07-02 -- Dennis Evans
 
> I need to add some functionality into a std report, for when the user
> presses the print button to update certain fields in my database.  This
must
> not happen when the cancel or x button on the report previewer has been
> pressed.

  After the parent call to the Display method,

 if (returnvalue)
   do your update
else
   user did not print
end



Printed May 1, 2024, 10:05 pm
This article has been viewed/printed 35118 times.