Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing checkboxes
Message
De
29/04/2011 15:23:51
 
 
À
20/05/2001 07:56:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00509181
Message ID:
01508866
Vues:
219
One warning about this (using Wingding or symbol font) -- if the character codes are above 127, you'll have to be careful if running in Asian-language versions of Windows. Often characters in the 128..255 (0x80..0xFF) range are used as "lead-in" codes to double-byte characters, so you could end up with spurious syntax errors or "string not terminated" errors. In such cases, you'll need to change string constants to references to CHR() function. In a nutshell, if it looks like some sort of special symbol (when viewed in a "regular" font like Arial) that you don't normally see on an English-language keyboard (e.g. it has funny-looking accents), you probably need to use CHR() function.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform