FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour aOdata
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
aOdata
Posted: Tue Mar 11, 2008 05:17 AM
The function aOData does not return all Data of an Object in (x)Harbour. I think this subject was discussed earlier. Is it possible to make the following changes in odata.prg, so that the function aOData is useful to us ?
#ifdef __HARBOUR__
      if AScan( aInfo, "_" + aInfo[ n ], n + 1 ) != 0
#else
      if AScan( aInfo, "_" + SubStr( aInfo[ n ], 1, 9 ), n + 1 ) != 0
#endif

With this modification I guess the code will work correctly on both Harbour and non-Harbour applications.

By the way, can any one advise whether there is any native function in Harbour or xHarbour which gives a list of all Data like aOData, so that I can use that function instead of aOData ?
Regards



G. N. Rao.

Hyderabad, India
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
aOdata
Posted: Tue Mar 11, 2008 06:32 AM

Nageswararao,

Implemented, thanks! :-)

We are not aware of a Harbour/xHarbour native function that provides the same functionality

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion