Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Checkbox Adding Programatically
Message
From
14/05/2003 09:34:05
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00788149
Message ID:
00788159
Views:
20
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform