Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use of equal sign in property sheet
Message
 
 
To
19/08/2005 10:12:51
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Miscellaneous
Thread ID:
01042267
Message ID:
01042286
Views:
23
>I have some limited understanding of the use of the equal sign in the property sheet. For instance, I know how to create a mult-line caption by setting the caption property to
='abc'+chr(13)+'def'
>Now, I've never seen any documentation on this feature, so I have a few questions. What are the limitations on what I put after the equal sign? When is it evaluated? Which of the following, if any, make sense?
=m.SomeVariable
>=clr_Purple && where clr_Purple is #defined in an include file
>=SomeUDF(...)
>
You cannot use compile-time constatnts in the properties sheet because they are, o well, compile-time constants. :)
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform