Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_screen.activeform
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00499241
Message ID:
00499252
Views:
31
Ta-Dow
worked like a charm
and your code is more streamlined then the one I saw

one quick follow-up question

from that object I can access every prop, meth and event on that form, right?


>>Hello Everybody
>>
>>Quick question
>>
>>I want to get a list of all forms currently running, is it _screen.activeform ?? and if so could I see a example of the _screen.activeform object. The help doesn't give you a example of the object structure, I know I saw it before but I can't remember where and if I try and look at it in the debugger, well the active form changes to the debugger, so I can't capture it
>>
>>ya know??
>
>Use the _SCREEN.Forms collection:
>
>FOR EACH oForm IN _SCREEN.Forms
>  ? oForm.Name
>ENDFOR
Stephen McLaughlin
"Sexy Steve Valenteno", "Blastmaster"
stephenmclaughlin@gmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform