Files correlati : at1.exe Ricompilazione Demo : [ ] Commento : Stampa lettere ai premiati sia per sezione che per gruppo aziendale git-svn-id: svn://10.65.10.50/trunk@11780 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			22 lines
		
	
	
		
			556 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			556 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| // elenco benemerenze PER GRUPPO AZIENDALE
 | |
| // 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       109
 | |
| #define F_DATAFIN       110
 | |
| #define F_GRUPPOAZIE    111
 | |
| #define F_D_GRUPPOAZIE  112
 | |
| #define F_TIPOSTA       113
 | |
| 
 | |
| #define F_SINTETICO  501
 | |
| #define F_COMPLETO   502
 | |
| #define F_ETICHETTE  503
 | |
| #define F_LETTERE    504
 |