Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I get the 'Up' arrow from Arial font?
Message
 
À
09/03/2005 15:29:42
Mike Sue-Ping
Cambridge, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Divers
Thread ID:
00994141
Message ID:
00994153
Vues:
21
This message has been marked as a message which has helped to the initial question of the thread.
>Hi All,
>
>I can see from the Windows Character Map utility that the Arial font contains an UP and a DOWN triangle (arrowhead) symbol. How can I get it to appear as a button caption?
>
>TIA
>
>Mike

If You want ONLY Up or Down arrows for caption You must consider Wingdings as Font.
? CHR(225) FONT "WingDings"
? CHR(226) FONT "WingDings"

or

? CHR(217) FONT "WingDings"
? CHR(218) FONT "WingDings"


But If You want some text then Arrow it is easier to put a Picture in the button with Arrow and norma Text Caption
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform