Page 1 of 1

How to add Selective Columns to XBrowse

Posted: Sat Mar 14, 2009 11:36 am
by sajith
Hi,
I want to add selective columns to XBrowse. Not at the time of Definition.
Please give sample for adding Columns to XBrowse .What are the use of

Code: Select all

aCols,;  aDisplay,;  aSelected,;  aArrayData
How can i implement it in XBrowse.
Regards,
Sajith

Re: How to add Selective Columns to XBrowse

Posted: Sat Mar 21, 2009 8:00 pm
by nageswaragunupudi
you can add a new column at any time with the syntax

ADD TO oBrw DATA .....

Please refer to the syntax in xbrowse.ch.

Add column and call oBrw:Refresh()

Re: How to add Selective Columns to XBrowse

Posted: Thu Mar 26, 2009 9:02 am
by sajith
Many thanks :D
Regards,
Sajith