Re: [Harbour] RDD inheritance

2009-05-11 Thread Przemyslaw Czerpak
On Mon, 11 May 2009, Szak�ts Viktor wrote: Hi, > > Good question. There is no easy way to detect inheritance order. We do > > not keep such information in general RDD structures so it will have to > > be implemented in given GT. > > In this case probably the easiest way is using new DBI_ or RDDI_

Re: [Harbour] RDD inheritance

2009-05-11 Thread Viktor Szakáts
> > Good question. There is no easy way to detect inheritance order. We do > not keep such information in general RDD structures so it will have to > be implemented in given GT. > In this case probably the easiest way is using new DBI_ or RDDI_ action. > To not cause additional overhead you can add

Re: [Harbour] RDD inheritance

2009-05-11 Thread Przemyslaw Czerpak
On Fri, 08 May 2009, Mindaugas Kavaliauskas wrote: Hi, > I'm using ADSX RDD, but sometimes I need to call ADS*() function. It does > not work, because hb_adsGetWorkAreaPointer() know nothing about ADSX. I > need to duplicate existing ADS*() function, changing the only function > hb_adsGetWorkA

[Harbour] RDD inheritance

2009-05-08 Thread Mindaugas Kavaliauskas
Hi, I'm using ADSX RDD, but sometimes I need to call ADS*() function. It does not work, because hb_adsGetWorkAreaPointer() know nothing about ADSX. I need to duplicate existing ADS*() function, changing the only function hb_adsGetWorkAreaPointer() call to hb_adsxGetWorkAreaPointer(). What i