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 12:36:36
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
10/12/1998 12:30:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00166188
Message ID:
00166194
Views:
21
>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
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform