Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Activating Intellisense
Message
 
 
To
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:
01133107
Views:
14
>>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

Thanks a lot. I typed
_VFP.EditorOptions = "LQKT"
and got it too.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform