Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Complex objects modeling
Message
From
26/10/2018 10:15:43
 
 
To
26/10/2018 10:14:04
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Miscellaneous
Thread ID:
01662805
Message ID:
01662822
Views:
64
>By principle I don't open zip files from public forums, so I can't comment on your solution. This is code I use in more or less all my base classes, with it I can simply add a property on the fly by specifying it. Like myform.mavalue = 10.
>
>
>   Function This_Access(tcMember)
>      If ! Pemstatus(This, tcMember, 5)
>         This.AddProperty(tcMember, Null)
>      Endif
>      Return This
>   Endfunc
>
I took a look at _(). That is what he uses.
Previous
Reply
Map
View

Click here to load this message in the networking platform