When my company upgraded to NT from 3.1, the programs that generate output to the printer using the @x,x SAY format (as opposed to report form) generate an error at the 'set print on' statement or the 'set printer to ' statement. Following is the printer set up code:
SET PRINTER TO
??? " "
@0,0 SAY 'some printer stuff'
SET DEVICE TO PRINT
@ x,x SAY 'something to report'...
SET DEVICE TO SCREEN
SET PRINTER TO
Currently we are rewriting the logic for apps using SQL for the processing and forms for reporting, but is there another option that would allow us to use the apps as they are currently coded?
TIA
SET PRINTER TO
??? " "
@0,0 SAY 'some printer stuff'
SET DEVICE TO PRINT
@ x,x SAY 'something to report'...
SET DEVICE TO SCREEN
SET PRINTER TO
Currently we are rewriting the logic for apps using SQL for the processing and forms for reporting, but is there another option that would allow us to use the apps as they are currently coded?
TIA