Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_screen.activeform
Message
De
24/04/2001 16:00:51
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00499241
Message ID:
00499255
Vues:
38
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform