Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_screen.activeform
Message
From
24/04/2001 16:00:51
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00499241
Message ID:
00499255
Views:
40
>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?
>

You got it. oForm is just a reference to the form itself, so you have full access to everything that's visible.

>
>>>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
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform