Files correlati : ve6.exe Ricompilazione Demo : [ ] Commento : Riportata la versione 3.1 patch 979 git-svn-id: svn://10.65.10.50/trunk@15623 c028cbd2-c16b-5b4b-a496-9718f37d4682
23 lines
475 B
C
Executable File
23 lines
475 B
C
Executable File
#ifndef __VE0100O_H
|
|
#define __VE0100O_H
|
|
|
|
// Maschera clienti/fornitori occasionali
|
|
#define O_CODICE 100
|
|
#define O_RAGSOC 101
|
|
#define O_STATO 102
|
|
#define O_COMUNE 103
|
|
#define O_DENCOM 104
|
|
#define O_CAP 105
|
|
#define O_INDIRIZZO 106
|
|
#define O_NUMERO 107
|
|
#define O_COFI 108
|
|
#define O_PAIV 109
|
|
#define O_SESSO 110
|
|
#define O_DATANAS 111
|
|
#define O_STATONAS 112
|
|
#define O_COMUNENAS 113
|
|
#define O_DENCOMNAS 114
|
|
#define O_LOCALITA 115
|
|
|
|
#endif
|