Page 1 of 1

FWH 8.11 problem with XBROWSE on Method SetCheck()

Posted: Sat Nov 29, 2008 6:43 am
by fraxzi
This is just an observation prior to FWH8.11

Code: Select all

...
aGet_Building[ aSrvman ]:aCols[1]:SetCheck( { 'checkbox16', 'crossbox16' } )
...
result is:
Image

Code: Select all

...
SAME AS ABOVE with FWH8.11
...

result is:
Image


I need to add this line after SetCheck() method :idea:

Code: Select all


aGet_Building[ aSrvman ]:aCols[1]:bStrData  := { || '' }

so the logical value of the column will not appear


Do I need ::bStrData := { || '' } after ::SetCheck() method :?:



Regards

Posted: Sat Nov 29, 2008 8:04 am
by Antonio Linares
Frances,

yes, it is needed now. Thanks