Files correlati : at2.exe Ricompilazione Demo : [ ] Commento : aggiutna possibiltia' di stampare sospesi per singola tipologia di donazione git-svn-id: svn://10.65.10.50/trunk@12138 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			55 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| // stampa soggetti sospesi
 | |
| // 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_TIPO          301
 | |
| #define F_D_TIPO        302
 | |
| #define F_SODATAINI     303
 | |
| #define F_SODATAFIN     304
 | |
| #define F_PROSSTIPO     305
 | |
| #define F_D_PROSSTIPO   306
 | |
| #define F_DATAINI       307
 | |
| #define F_DATAFIN       308
 | |
| #define F_MOTIVO1       309
 | |
| #define F_D_MOTIVO1     310
 | |
| #define F_MOTIVO2       311
 | |
| #define F_D_MOTIVO2     312
 | |
| #define F_MOTIVO3       313
 | |
| #define F_D_MOTIVO3     314
 | |
| #define F_MOTIVO4       315
 | |
| #define F_D_MOTIVO4     316
 | |
| #define F_MOTIVO5       317
 | |
| #define F_D_MOTIVO5     318
 | |
| #define F_SOSINGOLE     319
 | |
| 
 | |
| #define F_PERGRUPPO     401
 | |
| #define F_GRUPPOAZIE    402
 | |
| #define F_D_GRUPPOAZIE  403
 | |
| 
 | |
| #define F_SINTETICO 501
 | |
| #define F_COMPLETO  502
 | |
| #define F_ETICHETTE 503
 | |
| #define F_LETTERE   504
 | |
| #define F_CARTOLINE 505
 |