Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print to Device not working
Message
From
16/10/1998 14:52:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Print to Device not working
Miscellaneous
Thread ID:
00147647
Message ID:
00147647
Views:
57
We have a fax server running under WinNt. I have been printing mass faxes by printing using low level file functions in a FPW 2.6 prg:

lcDosHandle = FOPEN("\\SERVER\FAXPRINTER", 1) && OPEN AS BUFFERED, WRITE
lcPrintFax = FWRITE(lcDosHandle, FaxString) && Fax string previously defined as string of codes fax s/w requires
lcDosClose = FCLOSE(lcDosHandle)

For some reason, the above in VFP is not getting to the Fax correctly. I can't tell what the problem is as the Fax s/w return Unknown error. It appears to work, as the fax reports the correct phone # and name t fax to from "FaxString".

Anyone experience anything similar with a recommended solution?

Perry

(On an infant's shirt): Already smarter than Bush
Reply
Map
View

Click here to load this message in the networking platform