Click here to Skip to main content
15,881,709 members
Articles / Desktop Programming / MFC

The alxBase classes for work with DBF files

Rate me:
Please Sign up or sign in to vote.
5.00/5 (22 votes)
5 Nov 20021 min read 360.8K   3.8K   57  
The alxBase classes for work with dbf files.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by alxBASE.rc
//

// Extended error codes
#define ALX_PRS_ERROR_MIN						3200
#define ALX_PRS_ERROR_SYNTAX_ERROR				ALX_PRS_ERROR_MIN + 1
#define ALX_PRS_ERROR_MISSING					ALX_PRS_ERROR_MIN + 2
#define ALX_PRS_ERROR_DATATYPE_MISMATCH			ALX_PRS_ERROR_MIN + 3
#define ALX_PRS_ERROR_OPERAND_MISMATCH			ALX_PRS_ERROR_MIN + 4
#define ALX_PRS_ERROR_ARGTYPE_MISMATCH			ALX_PRS_ERROR_MIN + 5
#define ALX_PRS_ERROR_VARIABLE_NOT_FOUND		ALX_PRS_ERROR_MIN + 6
#define ALX_PRS_ERROR_FUNCTION_NOT_FOUND		ALX_PRS_ERROR_MIN + 7
#define ALX_PRS_ERROR_TOO_FEW_ARGUMENTS			ALX_PRS_ERROR_MIN + 8
#define ALX_PRS_ERROR_TOO_MANY_ARGUMENTS		ALX_PRS_ERROR_MIN + 9
#define ALX_PRS_ERROR_INVALID_ARGUMENT			ALX_PRS_ERROR_MIN + 10
#define ALX_PRS_ERROR_INVALID_ARGUMENT_SQRT		ALX_PRS_ERROR_MIN + 11
#define ALX_PRS_ERROR_INVALID_ARGUMENT_LOG		ALX_PRS_ERROR_MIN + 12
#define ALX_PRS_ERROR_INVALID_ARGUMENT_LOG10	ALX_PRS_ERROR_MIN + 13
#define ALX_PRS_ERROR_INVALID_ARGUMENT_CTOT		ALX_PRS_ERROR_MIN + 14
#define ALX_PRS_ERROR_DEVIDE_BY_ZERO			ALX_PRS_ERROR_MIN + 15
#define ALX_PRS_ERROR_EXP_DOMAIN_ERROR			ALX_PRS_ERROR_MIN + 16
#define ALX_PRS_ERROR_MISSING_OPERAND			ALX_PRS_ERROR_MIN + 17
#define ALX_PRS_ERROR_FUNCTION_MISSING			ALX_PRS_ERROR_MIN + 18
#define ALX_PRS_ERROR_MISSING_EXPR				ALX_PRS_ERROR_MIN + 19
#define ALX_PRS_ERROR_MISSING_OPERATOR			ALX_PRS_ERROR_MIN + 20
#define ALX_PRS_ERROR_MAX						ALX_PRS_ERROR_MIN + 20

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Russian Federation Russian Federation
Year of birth - 1974.
Eeducation - was ended by Kaliningrad State University in 1997.
Now I work as the engineer-programmer in Kaliningrad (RUSSIA).

Comments and Discussions