Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report Form To File and special characters
Message
 
À
22/03/1999 05:14:59
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00200281
Message ID:
00200533
Vues:
12
Yes, I forgot to say ASCII. I Will try this, thanks a lot.

>If you mean ".. to file ASCII" and then a DOS print with a generic text printer then use ansitooem().
report form myreport to file myText ASCII
>hd=fopen("mytext.txt",12)
>lnSize = fseek(hd,0,2)
>=fseek(hd,0,0)
>lcText = fread(hd, lnSize)
>=fseek(hd,0,0)
>=fwrite(hd, ansitooem(lcText),lnSize)
>=fclose(hd)
Cetin
Dominican Republic, a Paradise in America
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform