Page 1 of 1
Checkmark for GRID
Posted: Tue Dec 10, 2019 2:46 am
by AUGE_OHR
hi,
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

Re: Checkmark for GRID
Posted: Tue Dec 10, 2019 4:35 am
by bpd2000
refer example it may help you
C:\hmg\SAMPLES\Controls\Grid\Grid_CheckBoxes
Re: Checkmark for GRID
Posted: Tue Dec 10, 2019 4:41 am
by AUGE_OHR
bpd2000 wrote: ↑Tue Dec 10, 2019 4:35 am
refer example it may help you
C:\hmg\SAMPLES\Controls\Grid\Grid_CheckBoxes
OK, that is what i search, THX
Re: Checkmark for GRID
Posted: Tue Dec 10, 2019 5:19 am
by AUGE_OHR
hi,
funny thing go on.
i saw i working Demo
Code: Select all
Form_1.Grid_1.CheckBoxEnabled := .T.
so i add to my Code
Code: Select all
ReplayTo.Grid_Reply.CheckBoxEnabled := .T.
now i can see "Space" for Checkbox but no Checkbox itself ...
is it while i use a FMG and Demo Sample not
