Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating an array of objects - can it be done?
Message
De
26/07/1999 11:34:39
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, Royaume Uni
 
 
À
26/07/1999 11:23:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00246094
Message ID:
00246105
Vues:
21
>Does anyone know of a way to create, at runtime, an array of the objects which are contained on a form? I'm looking for a function which will run something like this:
>
>laFormObject = AOBJECTS(THISFORM) && pass the name of the form or any other container object (page from a pageframe would be another possibility)
>
>and the resulting array would appear something like this:
>
>laFormObject[1,1] = "lblName" && Object name
>laFormObject[1,2] = "Label" && BaseClass
>laFormObject[1,3] = "m2mLabel" && Class
>
>laFormObject[2,1] = "txtLName" && Object name
>laFormObject[2,2] = "TextBox" && BaseClass
>laFormObject[2,3] = "m2mText" && Class
>
>and so on.
>
>The specific information I need is the object name and the object class, base class, or parent class. Better yet would be a parameter on the function which would only return objects of a particular type or class. I need a list of all of the text boxes and command buttons on a form.
>
>
>Bill Yater
>Made2Manage Systems, Inc.
>Software Development, Windows Application Team

The message I mentioned in my previous response is
Thread #246080 Message #246086
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform