I print a report with a command like this:

PRINT MyReport WHERE LIMIT = 10

The report prints fine, looks great, etc.  The only problem is that immediately
after printing the report, with no error displayed, the system error variable
(in this case vSysErr) contains the value 26.  Checking for the text I find
that it is "Switching input back to keyboard".

The only thing out of the ordinary about this report is that it is based on a
view that includes a UNION clause to combine two tables.

My problem is that my report printing code checks for the error and prints a
"could not print report" message if the error is no 0.

Has anyone seen anything like this?
--
Larry

Reply via email to