Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Summit, VFP, Disclosure, Musings
Message
From
05/12/2001 11:36:48
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00588784
Message ID:
00589913
Views:
17
>I may be missing your point about all this, especially with regard to those column properties.

The point was that VFP internally EVAL()uates all these dynamic properties. You can even put a function call in such a property and the function will be called on each refresh for each visible cell (which is, BTW, the way VPM paints the cells). I don't think you can put an expression with a function call into a dynamic property in any truly compiled language. Or an expression involving variable names or anything that needs to be calculated. You can only put constants there, because they can be compiled. If you want a dynamic property, you need an *_access or Property Get or whatever the equivalent method would be, so that it can be compiled. Can't have it dynamically evaluated.

>But my first reaction is that VB/VBA uses FUNCTION "string expression" for a lot of commands where VFP uses COMMAND stringwithoutquotes and therefore doesn't need macro expansion or EVAL().

Example?

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform