Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print to Device not working
Message
De
16/10/1998 14:52:43
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Print to Device not working
Divers
Thread ID:
00147647
Message ID:
00147647
Vues:
58
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
Répondre
Fil
Voir

Click here to load this message in the networking platform