Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Checkbox Adding Programatically
Message
De
14/05/2003 09:34:05
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00788149
Message ID:
00788159
Vues:
21
Hi Ron

WITH .Column1
* UNBIND CONTROL
.BOUND = .F. && AND .CONTROLSOURCE = ''
.READONLY = .F.
.NEWOBJECT('chkSelect', 'cchkBase', 'BaseCtrls')
.CONTROLSOURCE.chkSelect = 'csDateList.DateChgSel'
.WIDTH = 15
.CURRENTCONTROL = 'chkSelect'
.SPARSE = .F.
.Header1.CAPTION = 'Code'
ENDWITH

FABIO
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform