Hello ,
Is it possible in xBrowse have the field name ( not the cHeader) of the column when i click on the header ?
Regards Maurizio
Maurizio
www.nipeservice.com
www.nipeservice.com
Hello ,
Is it possible in xBrowse have the field name ( not the cHeader) of the column when i click on the header ?
Regards Maurizio
Maurizio,
The problem is that the data in the column may, or may not, be a field. Only a codeblock is stored in bStrData.
You could try adding the fieldname (in a codeblock) to either bLClickHeader of bRClickHeader. E.G.:
oBrw:aCols:[3]:bLClickHeader:= {|| "Address" }
Regards,
James
Add it to the column's cargo.
@ 0,0 XBROWSE oBrw OF oWnd COLUMNS 'CITY', 'SALARY', 'SALARY/AGE' ALIAS 'CUSTOMER'