Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Intellesense - Get Current VCX question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00847100
Message ID:
00847172
Vues:
30
>VFP 8.0 Intellesense script
>Forms Editor
>
>Need to get the name of the currently open VCX for the method currently being edited.
>
>Need for a method header script.
>
>Anyone know how ?

Try this:
LPARAMETER oFoxCode
oFoxCode.ValueType = 'V'
aselobj(laParent,1)
lcInfo = JUSTSTEM(WTITLE(WONTOP()))+'.ClassLibrary'
return laParent(1).&lcInfo. +"~"
Tracy
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform