Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Writing directly to port
Message
De
26/05/2008 12:46:39
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Writing directly to port
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Divers
Thread ID:
01319521
Message ID:
01319521
Vues:
60
Hi All
I use code below to print to ticket printers (POS). It works fine on WINDOWS XP but in WINDOWS VISTA nothing appens!! Any security configuration...
Any ideas will be great.

Thank's in advance,
NPedro

********** SAMPLE CODE *************
nHANDLE = FOPEN("lpt1.dos", 2)
IF nHANDLE>=0
=FWRITE(nHANDLE,"sample test")
=FCLOSE(nHANDLE)
ENDIF

********** END CODE **************
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform