Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determining if object has been added to grid column
Message
De
10/12/1998 13:12:38
 
 
À
10/12/1998 12:36:36
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00166188
Message ID:
00166214
Vues:
21
Thanks Cetin

>>All,
>>
>>I have several grid columns in which I programatically add objects. How can I (Programatically) tell what objects I have added to these columns?
>>
>>TIA
>
* Grid custom method
>activate screen
>for each oColumn in this.columns
>    for each oControl in oColumn.controls
>        ? oControl.name, oControl.baseclass, oControl.class
>    endfor
>endfor
ie:Call it from a commandbutton.
>Cetin
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform