Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intellisense - how to? VFP 7 or 8
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00781819
Message ID:
00781869
Views:
13
Cool - it works! Thanks!!
>>My question is: In VFP 7 or 8, I have a Class library in a .prg file that is used by other programmers in their own .prg. How do I get Intellisense turned on in the new .prg so that programmers can see the available methods, properties, and available parameters of methods?? Maybe this is obvious somewhere, but, I'm just not getting it.
>>I was just working recently in VB in a similar scenario and the VB intellisense worked great like this. Is VFP intellisense like VBs or a lot different?
>
>Use the OF [classlib] clause in your LOCAL variable declaration:
>
>LOCAL [ARRAY] ArrayName1(nRows1 [, nColumns1]) [AS type [OF ClassLib]]
> [, ArrayName2(nRows2 [, nColumns2]) [AS type [OF ClassLib]] ]
Previous
Reply
Map
View

Click here to load this message in the networking platform