FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to change the column header in xbrowse at runtime?
Posts: 24
Joined: Mon Jan 11, 2010 08:18 AM
How to change the column header in xbrowse at runtime?
Posted: Thu Feb 03, 2011 06:32 AM

Dear All,

    Does anyone know how to change the column header at runtime in xbrowse... please post the sample code... thanks in advance...

regards,
apollo

FWH10.6|BCC5.82|PELLEC|XMATE
Posts: 1335
Joined: Fri Jun 13, 2008 11:04 AM
Re: How to change the column header in xbrowse at runtime?
Posted: Thu Feb 03, 2011 07:45 AM
Code (fw): Select all Collapse
oBrw:aCols[1]:cHeader:="NewHeader"
oBrw:Refresh()


Regards
Anser
Posts: 24
Joined: Mon Jan 11, 2010 08:18 AM
Re: How to change the column header in xbrowse at runtime?
Posted: Thu Feb 03, 2011 08:17 AM

Dear Sir Anser,

      Thanks... it works....

regards,
apollo

FWH10.6|BCC5.82|PELLEC|XMATE

Continue the discussion