foxprox558
Programmer
My program has a function allowing the user to set an eject line before print number, Currently I am using :
(Printer is already set based on user input in setup file)
nEj=printers.invpre && (Inventory Pre-Printing ejection)
for x=0 to nEj step 1
Set device to printer
?chr(13)
endfor
set device to screen
REPORT FORM cGen+"orderticket.frx" NOCONSOLE noeject preview
(Printer is already set based on user input in setup file)
nEj=printers.invpre && (Inventory Pre-Printing ejection)
for x=0 to nEj step 1
Set device to printer
?chr(13)
endfor
set device to screen
REPORT FORM cGen+"orderticket.frx" NOCONSOLE noeject preview