Files correlati : Ricompilazione Demo : [ ] Commento : Stampa sit.san.:possibilita' di selezionare da cognome a cognome git-svn-id: svn://10.65.10.50/trunk@6818 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			41 lines
		
	
	
		
			946 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			946 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| // stampa situazione sanitaria
 | |
| // 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_CAT1      201
 | |
| #define F_D_CAT1    202
 | |
| #define F_CAT2      203
 | |
| #define F_D_CAT2    204
 | |
| #define F_CAT3      205
 | |
| #define F_D_CAT3    206
 | |
| #define F_CAT4      207
 | |
| #define F_D_CAT4    208
 | |
| #define F_CAT5      209
 | |
| #define F_D_CAT5    210
 | |
| #define F_CAT6      211
 | |
| #define F_D_CAT6    212
 | |
| 
 | |
| #define F_TIPO1         301
 | |
| #define F_D_TIPO1       302
 | |
| #define F_TIPO2         303
 | |
| #define F_D_TIPO2       304
 | |
| #define F_TIPO3         305
 | |
| #define F_D_TIPO3       306
 | |
| #define F_TIPO4         307
 | |
| #define F_D_TIPO4       308
 | |
| #define F_TIPO5         309
 | |
| #define F_D_TIPO5       310
 | |
| #define F_LETTINI       311
 | |
| #define F_LETTFIN       312
 | |
| 
 | |
| #define F_ELENCO    401
 | |
| #define F_ETICHETTE 402
 |