CDXORD_KEYTYPE...

Xbase++ 2.0 Build 554 or later
Post Reply
Message
Author
Victorio
Posts: 621
Joined: Sun Jan 18, 2015 11:43 am
Location: Slovakia

CDXORD_KEYTYPE...

#1 Post by Victorio »

Hi, for what is keys :
// Order specific (OrdInfo)
//
#define CDXORD_KEYTYPE (DBE_USER+1)
#define CDXORD_COLLATION (DBE_USER+2)
#define CDXORD_MODE (DBE_USER+3)
#define CDXORD_LOCKMODE (DBE_USER+4)
#define CDXORD_BATCHMODE (DBE_USER+5)
(from file CDXDBE.CH)

I cannot found any example of using. :?:

User avatar
Auge_Ohr
Posts: 1407
Joined: Wed Feb 24, 2010 3:44 pm

Re: CDXORD_KEYTYPE...

#2 Post by Auge_Ohr »

Victorio wrote:Hi, for what is keys :
// Order specific (OrdInfo)
//
#define CDXORD_KEYTYPE (DBE_USER+1)
#define CDXORD_COLLATION (DBE_USER+2)
#define CDXORD_MODE (DBE_USER+3)
#define CDXORD_LOCKMODE (DBE_USER+4)
#define CDXORD_BATCHMODE (DBE_USER+5)
(from file CDXDBE.CH)

I cannot found any example of using. :?:
use OrdInfo()
greetings by OHR
Jimmy

Post Reply