FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Extracting Table FieldNames from xBrowse
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Extracting Table FieldNames from xBrowse
Posted: Wed Feb 15, 2012 07:52 PM

To All

I am trying to extract the ADO Recordset Table FieldNames from xBrowse .. I found a wealth of information by reviewing all the objects in oBrw:aCols .. however I could not find the actual FieldName... I found SortOrder .. but SortOrder is not always used.

Any advice would be appreciated.

Rick Lipkin

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Extracting Table FieldNames from xBrowse
Posted: Wed Feb 22, 2012 05:08 AM

In the recent versions, you can retrieve the column expression as string from oCol:cExpr, if the xbrowse is created with COMMAND style.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion