Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
?|?? With Font Char Set
Message
From
16/06/2004 15:03:45
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00914145
Message ID:
00914384
Views:
9
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform