On Thu, 18 Sep 2008, [EMAIL PROTECTED] wrote:

Ho Toninho,

> Please tell me a thing: in hbrddcdx.h we have
> #define CDX_PAGELEN   512
> Can we create a new item structure for _DBORDERCONDINFO and put this
> value there?  In this way we can set index page size in OrdCondSet()

If you look carefully then you will find that there are about 30 different
parameters which can be passed also and some of them are even more important.
We cannot extend DBORDERCONDINFO for each new one. For such thins use rather
RDDI_* action, f.e.:
   rddInfo( RDDI_INDEXPAGESIZE, 1024, "ADT" )
which will set default index page size for newly created indexes.
Just like you can set other features in DBF* CDX before table, memo or index
are created.
ADI is slightly modified CDX format and I want like to support for it
to pure DBFCDX code in the future so I will also need this RDDI action.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to