31 lines
		
	
	
		
			639 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			639 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| //*************************************
 | |
| //* (Variazione Movimenti Saldaconto) *
 | |
| //*************************************
 | |
| 
 | |
| // Campi maschera cg6804a.uml 
 | |
| 
 | |
| #define F_TIPOCF      101
 | |
| #define F_GRUPPO      102
 | |
| #define F_CONTO       103
 | |
| #define F_SOTTOCONTO  104
 | |
| #define F_CLIENTE     105
 | |
| #define F_FORNITORE   106
 | |
| #define F_DESCR       107
 | |
| #define F_DESCRCLI    108
 | |
| #define F_DESCRFOR    109
 | |
| #define F_ANNO        110
 | |
| #define F_NUMPART     111
 | |
| #define F_NRIGA       112
 | |
| 
 | |
| // Campi maschera cg6804b.uml
 | |
| 
 | |
| #define F_RIGAPART    150
 | |
| 
 | |
| // Campi maschera cg6804d.uml
 | |
| 
 | |
| #define F_RIGASCAD    151
 | |
| 
 | |
| // Campi maschera cg6804e.uml
 | |
| 
 | |
| #define F_RIGAPAGSCA  152
 |