Files correlati : Ricompilazione Demo : [ ] Commento : Aggiunto campo CODCOSTO su testate e righe documento Tolti campi CODCMS e FASCMS dalle righe movimento git-svn-id: svn://10.65.10.50/trunk@13056 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			22 lines
		
	
	
		
			599 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			599 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef  __RMOV_H
 | |
| #define  __RMOV_H
 | |
| 
 | |
| #define  RMV_ANNOES      "ANNOES"
 | |
| #define  RMV_NUMREG      "NUMREG"
 | |
| #define  RMV_NUMRIG      "NUMRIG"
 | |
| #define  RMV_DATAREG     "DATAREG"
 | |
| #define  RMV_SEZIONE     "SEZIONE"
 | |
| #define  RMV_TIPOC       "TIPOC"
 | |
| #define  RMV_GRUPPO      "GRUPPO"
 | |
| #define  RMV_CONTO       "CONTO"
 | |
| #define  RMV_SOTTOCONTO  "SOTTOCONTO"
 | |
| #define  RMV_DESCR       "DESCR"
 | |
| #define  RMV_IMPORTO     "IMPORTO"
 | |
| #define  RMV_TIPOCC      "TIPOCC"
 | |
| #define  RMV_GRUPPOC     "GRUPPOC"
 | |
| #define  RMV_CONTOC      "CONTOC"
 | |
| #define  RMV_SOTTOCONTOC "SOTTOCONTC"
 | |
| #define  RMV_ROWTYPE     "ROWTYPE"
 | |
| 
 | |
| #endif
 |