Maybe this is the reason, with Spooler active Windows send the file to a buffer instead of direct to the printer, can you try to disable spooler?
Email: SamirSSabreu@gmail.com
xHarbour 1.2.3 + Fwhh 20.2
xHarbour 1.2.3 + Fwhh 20.2
Maybe this is the reason, with Spooler active Windows send the file to a buffer instead of direct to the printer, can you try to disable spooler?
Rick,
I found this in my notes. I didn't test it.
James
Here is a simple function to check to see if the printer is ready.
Â
 function isPrinterReady(oPrn)
  return ! empty( oPrn:hDC )Also note that if your printer is the currently active one (in the app), then the app needs to restore the default printer before testing if it is ready.
James
FiveWin, One line of code and it's done..
Yes, that's one of the feature that get us to fall in love with FWH! ![]()
EMG
Sure, there's nothing like programming at Fivewin