There is xBrowse(). At some point I need to add a Checkbox() column to it.
However, it does not work. Tell me what I'm wrong about ?
- Code: Select all Expand view
- oDlg:oClient:aCols[2]:bClrBtn:=&('{||{'+ltrim(str(CLR_BLACK))+','+ltrim(str(CLR_WHITE))+'}}')
oDlg:oClient:aCols[2]:cHeader:=""
oDlg:oClient:aCols[2]:SetCheck(, .T.)
oDlg:oClient:aCols[2]:nWidth:=20