Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Activating Intellisense
Message
De
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:
01133102
Vues:
15
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform