Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Equal sign as caption
Message
From
14/01/2005 11:22:51
 
 
To
14/01/2005 09:45:20
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00977138
Message ID:
00977223
Views:
31
>Dear Sir,
>
>When I enclose in quotes ie; in the property sheet set the caption "="
>then it shows "=" instead of =
>

=CHR(61) worked for me (VFP 6)

>But the answer of Sir Borislav Borissov works fine as
>On the INIT event of form
>THISFORM.LABEL1.CAPTION="="
>
>Thanks

Maybe it's nitpicking, but it seems more natural to me to put it in the init() of the label
This.caption = "="
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform