Files correlati : Ricompilazione Demo : [ ] Commento : stampa convoc. per punto prelievo con scelte sulle categorie e possibilita'di stampare suddiviso per data git-svn-id: svn://10.65.10.50/trunk@10617 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			43 lines
		
	
	
		
			1023 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1023 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| // Stampa convocazioni per BOLOGNA
 | |
| // definizione campi per maschera
 | |
| 
 | |
| #define F_DATAINI       101
 | |
| #define F_DATAFIN       102
 | |
| #define F_PUNTO         103
 | |
| #define F_D_PUNTO       104
 | |
| #define F_TIPO          105
 | |
| #define F_D_TIPO        106
 | |
| #define F_SEZINI        107
 | |
| #define F_D_SEZINI      108
 | |
| #define F_SOTINI        109
 | |
| #define F_D_SOTINI      110
 | |
| #define F_SEZFIN        111
 | |
| #define F_D_SEZFIN      112
 | |
| #define F_SOTFIN        113
 | |
| #define F_D_SOTFIN      114
 | |
| #define F_ORDINA        115
 | |
| #define F_PERSEZIONE    116
 | |
| 
 | |
| #define F_TUTTI         117
 | |
| #define F_AGGIORNA      118
 | |
| #define F_SCELTAGRUPPI  119
 | |
| 
 | |
| #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_SINTETICO   351
 | |
| #define F_COMPLETO    352
 | |
| #define F_ETICHETTE   353
 | |
| #define F_CARTOLINE   354
 | |
| #define F_AZZERA      355
 |