Files correlati : Ricompilazione Demo : [ ] Commento : Possibilitá di fare queste statistiche per gruppo aziendale + toolbar nella maschera git-svn-id: svn://10.65.10.50/trunk@8976 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			27 lines
		
	
	
		
			624 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			624 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
// statistica donazioni/donatori
 | 
						|
// definizione campi per maschera di selezione
 | 
						|
 | 
						|
#define F_SEZINI    101
 | 
						|
#define F_D_SEZINI  102
 | 
						|
#define F_SOTINI    103
 | 
						|
#define F_D_SOTINI  104
 | 
						|
#define F_SEZFIN    105
 | 
						|
#define F_D_SEZFIN  106
 | 
						|
#define F_SOTFIN    107
 | 
						|
#define F_D_SOTFIN  108
 | 
						|
 | 
						|
#define F_DATAINI    301
 | 
						|
#define F_DATAFIN    302
 | 
						|
#define F_TIPODON1   303
 | 
						|
#define F_TIPODON2   304
 | 
						|
#define F_TIPODON3   305
 | 
						|
#define F_TIPODON4   306
 | 
						|
#define F_TIPODON5   307
 | 
						|
#define F_D_TIPODON1 308
 | 
						|
#define F_D_TIPODON2 309
 | 
						|
#define F_D_TIPODON3 310
 | 
						|
#define F_D_TIPODON4 311
 | 
						|
#define F_D_TIPODON5 312
 | 
						|
#define F_SOLOTOT    313
 | 
						|
#define F_PERGRUPPO  314
 |