Checkmark for GRID

Discuss anything else that does not suite other forums.

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Checkmark for GRID

Post 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 :?:
have fun
Jimmy
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: Checkmark for GRID

Post by bpd2000 »

refer example it may help you
C:\hmg\SAMPLES\Controls\Grid\Grid_CheckBoxes
BPD
Convert Dream into Reality through HMG
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Checkmark for GRID

Post 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
have fun
Jimmy
User avatar
AUGE_OHR
Posts: 2060
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Checkmark for GRID

Post 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 ... :o

is it while i use a FMG and Demo Sample not :?:
have fun
Jimmy
Post Reply