Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to fire intellisense for functions in classes
Message
 
To
22/04/2005 14:07:00
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01007576
Message ID:
01007623
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform