Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Intellisense to pick PEMs, how to?
Message
From
17/09/2010 05:44:50
 
 
To
17/09/2010 05:26:22
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01481557
Message ID:
01481563
Views:
55
>>All my forms has a property called oAbcObject.
>>All my forms when being instantiated, they always create an object from the same ABC class and assign its reference to the oAbcObject property as mentioned.
>>
>>I want to make VFP intellisense prompting me picklist of oAbcObject's PEM when I type the last '.' as below:
>>
>>Thisform.oAbcObject.<-- here 
>>
>
>If I work on a special .oXXX a lot, I declare an additional
>*-- Intellisense will work on loXXX
>local loXXX as MySpecialPropertyclas
>*-- can be made Runtime-workable as well...
>*-- and later refactored either into thisForm.oXXX or .oXXX or even . 
>loXXX = thisForm.oXXX
>
>Not ideal, but workable ;-)
>
>HTH
>
>thomas

But this does not make much difference compare to the AS clause of a WITH..ENDWITH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform