FWH 8.11 problem with XBROWSE on Method SetCheck()

Post Reply
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

FWH 8.11 problem with XBROWSE on Method SetCheck()

Post 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
Kind Regards,
Frances

Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Frances,

yes, it is needed now. Thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply