i wanted to look in c:\hmg.3.4.4\SOURCE\h_windows.prg what LVN_ITEMCHANGED do and found LVIS_UNCHECKED / LVIS_CHECKED
Question : how to enable Checkmark in GRID
Moderator: Rathinagiri
Code: Select all
Form_1.Grid_1.CheckBoxEnabled := .T.Code: Select all
ReplayTo.Grid_Reply.CheckBoxEnabled := .T.