Hello,
In my Form I have created a Grid with the following code:
ThisForm.AddObject('Grid1','Grid')
ThisForm.Grid1.Top = 53
ThisForm.Grid1.Left = 20
ThisForm.Grid1.Height = 344
ThisForm.Grid1.Width = 735
ThisForm.Grid1.RecordSource = "GLr1c"
ThisForm.Grid1.Visible = .T.
Now that my grid is working, I would like to programmatically add a click event on [ThisForm.Grid.column2.text1], how can I do this? Is it possible?
Louis
In my Form I have created a Grid with the following code:
ThisForm.AddObject('Grid1','Grid')
ThisForm.Grid1.Top = 53
ThisForm.Grid1.Left = 20
ThisForm.Grid1.Height = 344
ThisForm.Grid1.Width = 735
ThisForm.Grid1.RecordSource = "GLr1c"
ThisForm.Grid1.Visible = .T.
Now that my grid is working, I would like to programmatically add a click event on [ThisForm.Grid.column2.text1], how can I do this? Is it possible?
Louis