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 17:08:41
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00818729
Message ID:
00818758
Views:
17
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 ...

>Sergey,
>
>Thank you. Very good news. I see the newobject option doesn't work but the first form does.
>
>The immediate situation is somewhat different. I am creating a subclass in code and would like to get intellisense when I say this:
>
>
DEFINE CLASS bizVac AS aBiz OF aBiz.fxp
>
>   PROCEDURE Init
>      * Would like intellisense here
>      This.
>   ENDPROC
>
>ENDDEFINE
>
>
>TIA,
>
>Alex
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform