On Mon, 22 Mar 2010, Szak�ts Viktor wrote:

Hi,

> BTW does __DBTRANS( d, a ) copy one record at 
> a time?

__dbTrans() is undocumented Clipper function. Current Harbour
implementation accepts the following parameters:

   __dbTrans( <nDstArea>, <aFields>, <bFor>, <bWhile>, ;
              <nNext>, <nRecord>, <lRest> )

so it can be used to transfer any number of records.
See __dbDelim() function in src/rdd/dbdelim.prg. The code
covered by HB_CLP_STRICT macro illustrates how it can be
used. Please note that <aFields> array can contain field
names or array with field structures.

best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to