Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining if object has been added to grid column
Message
From
10/12/1998 13:12:38
 
 
To
10/12/1998 12:36:36
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00166188
Message ID:
00166214
Views:
16
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
Previous
Reply
Map
View

Click here to load this message in the networking platform