In my code I am printing to a file:
set printer to file temp\invoices.txt
set printer on
set console off
problem is that the text getting printed using ? still prints on the form that is active.
I am trying to supress this when the set printer on is used, but the text still prints on the form. Does anyone have an idea how to stop this? I've used the noconsole at the end of the commands and it still prints. I'm using VFP 8.0. Please Help.
-Serincino
If you see a programmer in the office before 9am, they probably never left.
set printer to file temp\invoices.txt
set printer on
set console off
problem is that the text getting printed using ? still prints on the form that is active.
I am trying to supress this when the set printer on is used, but the text still prints on the form. Does anyone have an idea how to stop this? I've used the noconsole at the end of the commands and it still prints. I'm using VFP 8.0. Please Help.
-Serincino
If you see a programmer in the office before 9am, they probably never left.