Hello list,

with the help of the report-builder I made a report.
Now I want to print it by a handler.

I tried:

on mouseup
  open stack "MyReport"
  hide stack "MyReport"
  answer printer
  if it is cancel then exit to top -- Cancel doesn�t work, why?
  send "RevPrintReport" to stack "MyReport"
end mouseup

Sometimes I get a printout, sometimes not.
So I need your help: What is wrong?

Thanx

Richard Hillen

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to