- Code: Select all Expand view
...
aGet_Building[ aSrvman ]:aCols[1]:SetCheck( { 'checkbox16', 'crossbox16' } )
...
result is:
- Code: Select all Expand view
...
SAME AS ABOVE with FWH8.11
...
result is:
I need to add this line after SetCheck() method
- Code: Select all Expand view
aGet_Building[ aSrvman ]:aCols[1]:bStrData := { || '' }
so the logical value of the column will not appear
Do I need ::bStrData := { || '' } after ::SetCheck() method
Regards