Re: Problem with report

Tech-Archive recommends: Fix windows errors by optimizing your registry



Add the NOCONSOLE clause, which stops the output from going to the screen.

REPORT FORM Invoice TO PRINTER NOCONSOLE

Cathy Pountney


"Eliseo Negrin" <Eliseo Negrin@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:1140FB87-8839-4F18-9252-259B6D957D57@xxxxxxxxxxxxxxxx
I need some help here.

I have an old fox 2.6 application that it's been working fine but yesterday
one of the reports was printing the print out to the screen. The report is
sending both out put to the printer and screen. I have no idea what I
changed in the report that it's causing this. I tried to debug the app and
everything thing seems to be fine until the
"report form invoice to printer " is reach and then it display the output in
the screen.

Please let me know if you guys have a hint that can help me stop the output
going to the screen.

.