Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fun with properties
Message
From
15/03/2023 15:21:43
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Fun with properties
Miscellaneous
Thread ID:
01686375
Message ID:
01686375
Views:
116
FYI

Try the following:
- Create a vcx based class
- add two properties (or use any that is char)
- into the first put a string like ("blabla")
- into the second put a string like (blabla) (note: no number, no function)
- close the class
- reopen the class check the error - and the values

Reason:
The VCX stores an expression value of property like myprop : =" A value" as myprop = (" A value") within the VCX (properties field)
The values from above get stored without testing for the syntax, but opening the the class does check for some syntax.

I have a little fun on FoxBin2Prg ...
(-‸ლ)
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Next
Reply
Map
View

Click here to load this message in the networking platform