Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 3.2 patch 1262 git-svn-id: svn://10.65.10.50/trunk@17628 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			28 lines
		
	
	
		
			474 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			474 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #include "..\ve\verigdef.h"
 | |
| 
 | |
| #define FULL_SCREEN
 | |
| 
 | |
| #define MASK_TITLE1 "Spese di tipo (Valore)"
 | |
| #define PAGE_2
 | |
| 
 | |
| 
 | |
| DEFINE_FIELD(CODSPV)
 | |
| DEFINE_FIELD(DESCRSPV)
 | |
| DEFINE_FIELD(UMQTASP)
 | |
| DEFINE_FIELD(VALORE)
 | |
| DEFINE_FIELD(QTA)
 | |
| DEFINE_FIELD(SCONTO)
 | |
| F_POS(SCONTO, 2, 11,"Sconto      " )
 | |
| DEFINE_FIELD(CODIVA)
 | |
| F_POS(CODIVA, 2, 13,"Cod. IVA    " )
 | |
| DEFINE_FIELD(DESIVA)
 | |
| F_POS(DESIVA, 22, 13,"" )
 | |
| DEFINE_FIELD(CODCMS)
 | |
| DEFINE_FIELD(RIDPREZZO)
 | |
| F_FLG(QTAGG1, "")
 | |
| 
 | |
| 
 | |
| 
 | |
| #include "..\ve\verig.uml"
 | |
| 
 |