campo-sirio/ve/ve0100.h
matteo 2a2192541b Create le maschere e il programma per la configurazione delle vendite
git-svn-id: svn://10.65.10.50/trunk@1825 c028cbd2-c16b-5b4b-a496-9718f37d4682
1995-09-14 13:59:52 +00:00

19 lines
624 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 F_MEMORIGA 501
#define BASE_PIEDE 600