Page 1 of 1

How to change the column header in xbrowse at runtime?

Posted: Thu Feb 03, 2011 6:32 am
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

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

Posted: Thu Feb 03, 2011 7:45 am
by anserkk

Code: Select all | Expand

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


Regards
Anser

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

Posted: Thu Feb 03, 2011 8:17 am
by amnunez
Dear Sir Anser,

Thanks... it works....


regards,
apollo