Thank you mustafa.
I appreciate your help.
Your Demo.PRG compiles in the HMG IDE and shows a
"CheckBox" I can use.
This is what I want showing in my Grid. Thank you!
This is a big step in the right direction.
I notice that your Demo.PRG:
1) Does not use
SetProperty( <Form>, <Griod>, "CheckBoxEnabled", .T. ) so I removed that.
2) Does not specify ColumnControls so in my .FRM I changed that to
Nil.
3) Your ColumnFields has Column #1 as
'IIF(STOCK->L,1,0)' so my Column #1 is now
"iif(By_State->MergeState,1,0)"
It appears the
"iif(NFA_by_State->MergeState, 1, Nil)" also gives similar results (no Zeros show).
Unfortunately my early attempts to create this
"CheckBox" in my Grid are
not yet successful.
(I'm ignoring BackColor for now).

- Column_Nr-1.PNG (9.57 KiB) Viewed 3776 times
Column #1 displays a DIGIT instead of your "CheckBox".
I will examine both your example and my code to see if I can find what keeps your "CheckBox" from appearing.
If anyone has
any helpful ideas or thoughts I would GREATLY appreciate hearing them.
Thanks again to everyone for all your very kind help!
Red2