18 lines
565 B
C
18 lines
565 B
C
|
#define _VE0100_H
|
|||
|
// Operazioni che pu<70> fare il motore su un documento
|
|||
|
|
|||
|
#define OP_NUOVO 1
|
|||
|
#define OP_MODIFICA 2
|
|||
|
#define OP_CANCELLA 3
|
|||
|
#define OP_STAMPA 4
|
|||
|
#define OP_RAGGRUPPA 5
|
|||
|
#define OP_USER 6
|
|||
|
|
|||
|
// Costante per il non-cambiamento di stato
|
|||
|
|
|||
|
#define NO_CHANGE_STATUS -1
|
|||
|
#define NO_DOC_STATUS -2
|
|||
|
|
|||
|
#define F_SHEET 500
|
|||
|
#define BASE_PIEDE 600
|