Code: Select all
...
aGet_Building[ aSrvman ]:aCols[1]:SetCheck( { 'checkbox16', 'crossbox16' } )
...
Code: Select all
...
SAME AS ABOVE with FWH8.11
...
result is:
I need to add this line after SetCheck() method
Code: Select all
aGet_Building[ aSrvman ]:aCols[1]:bStrData := { || '' }
Do I need ::bStrData := { || '' } after ::SetCheck() method
Regards