Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to fire intellisense for functions in classes
Message
 
À
22/04/2005 14:07:00
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01007576
Message ID:
01007623
Vues:
19
Hi Dragan

I wasnt aware that it was discussed before;I did a search before asking the question; but didnt find anything concrete.
I have now an answer, but I still find it strange that it cant be done.

If you or someone else could point me to the thread where this is discussed before I would be glad.....

Thanks




>>Hi all
>>
>>I have a class with some functions. If I want to use a function in another function,intellisense does fire but the class function isnt listed in the list,sample:
>>
>>
>>define class as session
>>
>>function func1
>>......
>>endfunc
>>
>>function func2
>>
>>this.     && after dot intellisense fires but the function func1 isnt listed
>>endfunc
>>enddefine
>>
>
>This was discussed before. Intellisense doesn't read the current file. It gives you only stuff from parent class - and if that class is in a .prg, you need to
>
>define class ... as ... of theprgfile.prg
>
>and also
>
>set procedure to ...,theprgfile.prg
>
>When these are in place it will show you methods (or functions, just the same) from its parent classes, but still not from anything that's defined in the file you're currently editing.
Zakaria al Azhar
My blog on Actuaris.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform