How to add Selective Columns to XBrowse

Post Reply
sajith
Posts: 110
Joined: Wed Feb 18, 2009 9:58 am
Location: India
Contact:

How to add Selective Columns to XBrowse

Post 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
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: How to add Selective Columns to XBrowse

Post 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()
Regards

G. N. Rao.
Hyderabad, India
sajith
Posts: 110
Joined: Wed Feb 18, 2009 9:58 am
Location: India
Contact:

Re: How to add Selective Columns to XBrowse

Post by sajith »

Many thanks :D
Regards,
Sajith
Post Reply