Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Activating Intellisense
Message
From
30/06/2006 11:59:19
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01133074
Message ID:
01133102
Views:
14
This message has been marked as the solution to the initial question of the thread.
>Hi everybody,
>
>I have a class developed in code. I put these lines at the top of the define
>#IF .F.
> LOCAL THIS AS AssignQueues of AssignQueuesClass.prg
>#ENDIF
>
>However, when I type this I see in the status line "procedure AssignQueuesClass.fxp" is closed and nothing happens.
>
>Is where a way to activate Intellisense?

My _vfp.EditorOptions = LQKT

I created the class below, and got Intellisense support for the TestProp property. I just need to make sure I save the PRG after adding the property and before trying to reference it.
DEFINE CLASS temp AS Session OLEPUBLIC
#IF .F.
   LOCAL This As Temp OF Temp.prg
#ENDIF
TestProp = ""
PROCEDURE Init
   This.TestProp = "Test"
ENDPROC
ENDDEFINE
Hope this helps.

Chris
Christopher Bohling, Consultant
http://www.ChristopherBohling.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform