How to change the column header in xbrowse at runtime?

Post Reply
amnunez
Posts: 24
Joined: Mon Jan 11, 2010 8:18 am

How to change the column header in xbrowse at runtime?

Post by amnunez »

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
User avatar
anserkk
Posts: 1333
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India
Has thanked: 2 times

Re: How to change the column header in xbrowse at runtime?

Post by anserkk »

Code: Select all | Expand

oBrw:aCols[1]:cHeader:="NewHeader"
oBrw:Refresh()


Regards
Anser
amnunez
Posts: 24
Joined: Mon Jan 11, 2010 8:18 am

Re: How to change the column header in xbrowse at runtime?

Post by amnunez »

Dear Sir Anser,

Thanks... it works....


regards,
apollo
FWH10.6|BCC5.82|PELLEC|XMATE
Post Reply