8792453bd0
which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.65.10.50/trunk@1681 c028cbd2-c16b-5b4b-a496-9718f37d4682
18 lines
565 B
C
Executable File
18 lines
565 B
C
Executable File
#define _VE0100_H
|
|
// Operazioni che può 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
|