At 03:09 PM 3/7/2011, Victor Timmons wrote:

Is there a system Var that is set when a report is printed or not printed.
Most of my reports go to screen first for review and then be printed. My
issue is I need the data that drives the report to be saved to the main
tables from temp table if the report is printed else the data is bad and
start over. I have some simple code asking if the data was right and if
the user answers yes then it save or no it dupes it and starts you over.
The problem is the user does not seem to get it.


Here's how:

Using R:BASE 7.6, Turbo V-8, or R:BASE eXtreme 9.1 (32/64), you
can achieve that goal by defining your own checks and balances
as "After Generate" action. Any code defined as "After Generate"
action will ONLY execute if the report is successfully generated.

That's all there is to it!

Very Best R:egards,

Razzak.


Reply via email to