Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intellesense - Get Current VCX question
Message
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00847100
Message ID:
00847172
Views:
29
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform