Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
?|?? With Font Char Set
Message
De
16/06/2004 15:03:45
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00914145
Message ID:
00914384
Vues:
8
>Is there any way to put CharSet for the font when I print some using ?|?? ?
>I am using VFP 8 SP1.
>something like:
>
>? "MyText" FONT "Courier New", 10 STYLE "N" CHARSET 204
>
>
>TIA
>
>Boris

Maybe you can make use of the CPCONVERT() function?
cText = "MyText"
cConverted = CPCONVERT(currentcodepage,desiredcodepage,cText)
? cConverted FONT "Courier New", 10 STYLE "N"
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform