Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wexist catches _screen's caption
Message
From
06/02/2005 06:09:03
 
 
To
06/02/2005 04:38:33
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00983563
Message ID:
00984286
Views:
28
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')
>
>
Previous
Reply
Map
View

Click here to load this message in the networking platform