Files correlati : at4.exe at4100a.msk Ricompilazione Demo : [ ] Commento : Scadenze donazione: possibilita' di stampare solo chi ha esclusivamente la idoneita' per la proc. don. selezionata (richiesto da Parma) git-svn-id: svn://10.65.10.50/trunk@9994 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| // Scadenze di donazione
 | |
| // 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_PROCDON1      301
 | |
| //#define F_PROCDON2            302
 | |
| #define F_DATAINI       303
 | |
| #define F_DATAFIN       304
 | |
| #define F_GPD_LUN       305
 | |
| #define F_GPD_MAR       306
 | |
| #define F_GPD_MER       307
 | |
| #define F_GPD_GIO       308
 | |
| #define F_GPD_VEN       309
 | |
| #define F_GPD_SAB       310
 | |
| #define F_GPD_DOM       311
 | |
| #define F_USOMODO       312
 | |
| #define F_MODO          313
 | |
| #define F_DATAULTID     314
 | |
| #define F_AB01          315
 | |
| #define F_AB02          316
 | |
| #define F_AB03          317
 | |
| #define F_RHANTID       318
 | |
| #define F_INTMINCONV    319
 | |
| #define F_PUNTO         320
 | |
| #define F_D_PUNTO       321
 | |
| #define F_REGISTRA      322
 | |
| #define F_GPD_ESCLUSIVO 323
 | |
| #define F_PROC_ESCLUSIVO 324
 | |
| 
 | |
| #define F_ELENCO    401
 | |
| #define F_COMPLETO  402
 | |
| #define F_PERSONALE 403
 | |
| #define F_ETICHETTE 404
 | |
| #define F_CARTOLINE 405
 |