FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to add Selective Columns to XBrowse
Posts: 110
Joined: Wed Feb 18, 2009 09:58 AM
How to add Selective Columns to XBrowse
Posted: Sat Mar 14, 2009 11:36 AM
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 (fw): Select all Collapse
aCols,;  aDisplay,;  aSelected,;  aArrayData
How can i implement it in XBrowse.
Regards,
Sajith
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: How to add Selective Columns to XBrowse
Posted: Sat Mar 21, 2009 08:00 PM

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
Posts: 110
Joined: Wed Feb 18, 2009 09:58 AM
Re: How to add Selective Columns to XBrowse
Posted: Thu Mar 26, 2009 09:02 AM

Many thanks :D
Regards,
Sajith

Continue the discussion