Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I put a check box in the grid ?
Message
From
07/01/2003 04:58:03
 
 
To
07/01/2003 02:51:12
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00738666
Message ID:
00738679
Views:
15
hello,

1.Add Grid control on the screen
2.Change the property ColumnCount = 2 (1 for each field)
3.Change the property RecordSource = ‘Employees’, RecordSourceType = ‘Alias’
4.Goto to each Column and change the ControlSource Property to eg employees.code

5.
-Select and edit grid by right click(blue edit)
-Click on the Check Control
-Paste it in Column 1 of the grid (now you added the check control in the column)
-Column1.currentcontrol = ‘Check1’
-Column1.Sparce = .F.
-Column1.Check1.Caption = “”
-Select Column1.text1 then click on the correct column of the grid and press del button to remove it

have fun
Petros Hadjigeorgis
Previous
Reply
Map
View

Click here to load this message in the networking platform