Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wexist catches _screen's caption
Message
De
06/02/2005 06:09:03
 
 
À
06/02/2005 04:38:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00983563
Message ID:
00984286
Vues:
32
Hi Fabio,

I liked the chr(160) workaround.
Thanks.



>Workaround:
>
>CLEAR
>SET EXACT OFF
>SET COLLATE TO "MACHINE"
>_SCREEN.Caption='Hello'
>? WEXIST('hello'),LOWER(ALLTRIM(_SCREEN.Caption))=LOWER('hello')
>_SCREEN.Caption=CHR(160)+'Hello'
>? WEXIST('hello'),LOWER(ALLTRIM(_SCREEN.Caption))=LOWER('hello')
>
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform