Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FoxDOS under NT Workstation.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00216737
Message ID:
00216826
Vues:
22
Don,
As a 'plan B', the following will definitely work in NT:

Create your commands as follows
x = FCREATE('OUT.TXT')
= FPUTS(x, CHR(27) + 'E')
= FCLOSE(x)
COPY FILE OUT.TXT TO LPT1.DOS

We are using a FPD26 app under NT W/S as well, and after I went back
and looked at our code, this is how were are doing. Ours is a label
printer but the idea is the same.

HTH,
Ed
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform