Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get intellisense when defining a class in code?
Message
 
 
To
10/08/2003 18:32:45
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00818729
Message ID:
00818765
Views:
13
Alex,

It's a kludge because This references parent class not a subclass so only properties and methods of the parent class would be visible. Maybe you're trying to reference subclass in LOCAL This?

>Sounds interesting, but I can't make it work. Why could that be?
>
>Alex
>
>
>>There's a kudge you can use
DEFINE CLASS bizVac AS aBiz OF aBiz.fxp
>>LOCAL This AS aBiz OF aBiz.fxp
>>    PROCEDURE Init
>>      * Would like intellisense here
>>      This.
>>   ENDPROC
>>
After you done, remove or comment out LOCAL This ...
>>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform