I added a check box, named CHECK1, into COLUMN1 of a grid manualy. I can see the check box in design time. However, I can't see it in run time. When I placed the code into the init() of the grid,
thisform.grid.column1.check1.visible=.t.
I got an error message "unknown member CHECK1". I don't know why. What I want is to use a check box in a grid to present the value of a logical type field of a table. This table is greated by using SELECT-SQL statement in run time.
Any help would be appreciated.
Peter
thisform.grid.column1.check1.visible=.t.
I got an error message "unknown member CHECK1". I don't know why. What I want is to use a check box in a grid to present the value of a logical type field of a table. This table is greated by using SELECT-SQL statement in run time.
Any help would be appreciated.
Peter