Hi, I have some problem printing in vfw. It seems that the output is printed after I close/Exit My Application (EXE).
Here Is my sample statement :
SET DEVICE TO printer
SET PRINTER ON
SET PRINTER FONT 'Courier',14 STYLE 'BI'
@PROW()+1,1 SAY 'Test First Line'
@PROW()+1,1 SAY 'Test Second Line'
Is There a way to fix this problem ?
Thanks
EngAn
Here Is my sample statement :
SET DEVICE TO printer
SET PRINTER ON
SET PRINTER FONT 'Courier',14 STYLE 'BI'
@PROW()+1,1 SAY 'Test First Line'
@PROW()+1,1 SAY 'Test Second Line'
Is There a way to fix this problem ?
Thanks
EngAn