2008-02-26 13:46 UTC+0100 Miguel Angel marchuet Frutos (miguelangel/at/marchuet.net)
* include\rddleto.h
* source\client\leto1.c
* source\server\letofunc.c
* source\server\server.prg
+ Added support to DbOrderInfo DBOI_ISDESC and DBOI_CUSTOM and prepared code
to full support DbOrderInfo. PLEASE you can see if any thing is wrong in my first
upload.
Best regards,
Miguel Angel Marchuet
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In my opinion, such commands like DBOI_DESC and DBOI_CUST client can be recognized without server requests, by using lpdbOrdCondInfo->fDescending and lpdbOrdCondInfo->fCustom fields
But CUSTOM clause should be added into index creation command
Regards, Pavel Tsarenko
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
2008-02-26 13:46 UTC+0100 Miguel Angel marchuet Frutos (miguelangel/at/marchuet.net)
* include\rddleto.h
* source\client\leto1.c
* source\server\letofunc.c
* source\server\server.prg
+ Added support to DbOrderInfo DBOI_ISDESC and DBOI_CUSTOM and prepared code
to full support DbOrderInfo. PLEASE you can see if any thing is wrong in my first
upload.
Best regards,
Miguel Angel Marchuet
Hello, Miguel
In my opinion, such commands like DBOI_DESC and DBOI_CUST client can be recognized without server requests, by using lpdbOrdCondInfo->fDescending and lpdbOrdCondInfo->fCustom fields
But CUSTOM clause should be added into index creation command
Regards, Pavel Tsarenko
2008-02-26 22:30 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru)
* source\server\server.prg
* source\client\leto1.c
+ added INDEX ON ... CUSTOM support
DBOI_DESC and DBOI_CUSTOM are SETGET values.
You can change it dinamically, and Server need this values changed to work properlly.
Best regards,
Miguel Angel Marchuet