Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a new Control to a Grid
Message
De
08/11/2002 13:37:16
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
08/11/2002 12:08:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00720357
Message ID:
00720432
Vues:
18
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform