Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a new Control to a Grid
Message
From
08/11/2002 13:37:16
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
08/11/2002 12:08:05
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00720357
Message ID:
00720432
Views:
17
This message has been marked as the solution to the initial question of the thread.
>Hi,
>
>I need to a checkbox control to one of my grid columns and make it my default object of the column. (I need to do it from the code, I know how to do it from VFP interface)
>
>Thank you for any info...

with thisform.myGrid.Columns(x)
.Addobject('mycheck','checkbox')
.Currentcontrol='myCheck'
.myCheck.Visible=.t.
.sparse=.f.
endwith
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