Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP Intellisense to pick PEMs, how to?
Message
De
17/09/2010 05:44:50
 
 
À
17/09/2010 05:26:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01481557
Message ID:
01481563
Vues:
54
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform