Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Activating Intellisense
Message
 
 
À
30/06/2006 11:59:19
Chris Bohling
Myers and Stauffer LC
Shawnee, Kansas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01133074
Message ID:
01133107
Vues:
15
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform