Files correlati : ve6.exe Ricompilazione Demo : [ ] Commento : Riportata la versione 3.1 patch 979 git-svn-id: svn://10.65.10.50/trunk@15623 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			143 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			143 lines
		
	
	
		
			3.9 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
//-------------------------------------                                       
 | 
						|
// campi form registro cespiti (ce3100)
 | 
						|
//-------------------------------------                                       
 | 
						|
 | 
						|
#define FR_CODDITTA     1
 | 
						|
#define FR_RAGSOC       2
 | 
						|
#define FR_GRUPPO       3
 | 
						|
#define FR_D_GRUPPO     4
 | 
						|
#define FR_SPECIE       5
 | 
						|
#define FR_D_SPECIE     6
 | 
						|
#define FR_DATAINIZIO   7
 | 
						|
#define FR_DATAFINE     8
 | 
						|
#define FR_NUMGIORNI    9
 | 
						|
#define FR_NUMGIOSOL    10
 | 
						|
#define FR_LIBROCESPITI 11
 | 
						|
#define FR_SITUAZIONE   12
 | 
						|
#define FR_DATASTAMPA   13
 | 
						|
#define FR_PAGINA       14
 | 
						|
#define FR_ESERCIZIO    15
 | 
						|
 | 
						|
#define FR_CAT          21
 | 
						|
#define FR_D_CAT        22
 | 
						|
 | 
						|
//Saldi Iniziali
 | 
						|
#define FR_SI_CSTO      31
 | 
						|
#define FR_SI_VNONAMMF  32
 | 
						|
#define FR_SI_VNONAMMC  33
 | 
						|
#define FR_SI_VNONAMM06 34
 | 
						|
#define FR_SI_TOTRIV    35
 | 
						|
#define FR_SI_VALAMM    36
 | 
						|
#define FR_SI_RIVGF     37
 | 
						|
#define FR_SI_RIVGC     38
 | 
						|
#define FR_SI_VNONAMM		39
 | 
						|
 | 
						|
//MoVimenti
 | 
						|
#define FR_MV_SEGNO					41   
 | 
						|
#define FR_MV_NUMELE				42
 | 
						|
#define FR_MV_CSTO					43
 | 
						|
#define FR_MV_VNONAMMF			44
 | 
						|
#define FR_MV_VNONAMMC			45
 | 
						|
#define FR_MV_VNONAMM06			46
 | 
						|
#define FR_MV_IMPVEN				47
 | 
						|
#define FR_MV_IMPVEN_S			48
 | 
						|
#define FR_MV_RIVGF					49
 | 
						|
#define FR_MV_RIVGC					50
 | 
						|
#define FR_MV_TOTRIV				51
 | 
						|
#define FR_MV_VNONAMM				52
 | 
						|
#define FR_MV_VALAMM				53
 | 
						|
#define FR_MV_RESAMM				54
 | 
						|
#define FR_MV_PLUSREIN			55
 | 
						|
#define FR_MV_FONDOAMM			56
 | 
						|
#define FR_MV_QNONAMM				57
 | 
						|
#define FR_MV_QNOR					58
 | 
						|
#define FR_MV_QACC					59
 | 
						|
#define FR_MV_QANT					60
 | 
						|
#define FR_MV_QNONAMM4			61
 | 
						|
#define FR_MV_QNONAMM4_SEGNO 62
 | 
						|
#define FR_MV_TOTFONDOAMM		63
 | 
						|
#define FR_MV_QNOR_SEGNO		64
 | 
						|
#define FR_MV_QACC_SEGNO		65
 | 
						|
#define FR_MV_QANT_SEGNO		66
 | 
						|
#define FR_MV_MINUSVALENZA	67
 | 
						|
#define FR_MV_PLUSVALENZA		68
 | 
						|
#define FR_MV_VALAMM_SEGNO	69
 | 
						|
 | 
						|
//Rettifiche
 | 
						|
#define FR_FE_NUMELE				71
 | 
						|
#define FR_FE_CSTO					72
 | 
						|
#define FR_FE_VNONAMMF			73
 | 
						|
#define FR_FE_VNONAMMC			74
 | 
						|
#define FR_FE_VNONAMM06			75
 | 
						|
#define FR_FE_RIVGF					76
 | 
						|
#define FR_FE_RIVGC					77
 | 
						|
#define FR_FE_TOTRIV				78
 | 
						|
#define FR_FE_VNONAMM				79
 | 
						|
#define FR_FE_VALAMM				80
 | 
						|
#define FR_FE_RESAMM				81
 | 
						|
#define FR_FE_PLUSREIN			82
 | 
						|
#define FR_FE_FONDOAMM			83
 | 
						|
#define FR_FE_QNONAMM				84
 | 
						|
#define FR_FE_VSPMANU				85
 | 
						|
#define FR_FE_PNOR					86
 | 
						|
#define FR_FE_PACC					87
 | 
						|
#define FR_FE_PANT					88
 | 
						|
#define FR_FE_QNOR					89
 | 
						|
#define FR_FE_FPRIVATO1			90 
 | 
						|
#define FR_FE_QACC					91
 | 
						|
#define FR_FE_FPRIVATO2			92
 | 
						|
#define FR_FE_QANT					93
 | 
						|
#define FR_FE_FPRIVATO3			94
 | 
						|
#define FR_FE_MSG1					95
 | 
						|
#define FR_FE_MSG2					96
 | 
						|
#define FR_FE_MSG3					97
 | 
						|
#define FR_FE_MSG4					98
 | 
						|
#define FR_FE_MSG5					99
 | 
						|
#define FR_FE_MSG6					100
 | 
						|
#define FR_VB_FONDOAMM			101
 | 
						|
#define FR_VB_QNONAMM				102
 | 
						|
#define FR_AE_NORMALE				103
 | 
						|
#define FR_AE_ACCELERATO		104
 | 
						|
#define FR_AE_ANTICIPATO		105
 | 
						|
#define FR_AR_NORMALE				106
 | 
						|
#define FR_AR_ACCELERATO		107
 | 
						|
#define FR_AR_ANTICIPATO		108
 | 
						|
 | 
						|
#define FR_TC_ELEM          111
 | 
						|
#define FR_TC_CSTO          112
 | 
						|
#define FR_TC_VNONAMM       113
 | 
						|
#define FR_TC_TOTRIV        114
 | 
						|
#define FR_TC_VALAMM        115
 | 
						|
#define FR_TC_RESAMM        116
 | 
						|
#define FR_TC_MINUSVALENZA  127
 | 
						|
#define FR_TC_PLUSVALENZA   128
 | 
						|
#define FR_TC_PLUSREIN      117
 | 
						|
#define FR_TC_FONDOAMM      118
 | 
						|
#define FR_TC_QNONAMM       119
 | 
						|
#define FR_TC_VSPMANU       120
 | 
						|
#define FR_TC_AE_NORMALE    121
 | 
						|
#define FR_TC_AE_ACCELERATO 122
 | 
						|
#define FR_TC_AE_ANTICIPATO 123
 | 
						|
#define FR_TC_AR_NORMALE    124
 | 
						|
#define FR_TC_AR_ACCELERATO 125
 | 
						|
#define FR_TC_AR_ANTICIPATO 126
 | 
						|
 | 
						|
#define FR_TG_ELEM          151
 | 
						|
#define FR_TG_CSTO          152
 | 
						|
#define FR_TG_VNONAMM       153
 | 
						|
#define FR_TG_TOTRIV        154
 | 
						|
#define FR_TG_VALAMM        155
 | 
						|
#define FR_TG_RESAMM        156
 | 
						|
#define FR_TG_MINUSVALENZA  167
 | 
						|
#define FR_TG_PLUSVALENZA   168
 | 
						|
#define FR_TG_PLUSREIN      157
 | 
						|
#define FR_TG_FONDOAMM      158
 | 
						|
#define FR_TG_QNONAMM       159
 | 
						|
#define FR_TG_VSPMANU       160
 | 
						|
#define FR_TG_AE_NORMALE    161
 | 
						|
#define FR_TG_AE_ACCELERATO 162
 | 
						|
#define FR_TG_AE_ANTICIPATO 163
 | 
						|
#define FR_TG_AR_NORMALE    164
 | 
						|
#define FR_TG_AR_ACCELERATO 165
 | 
						|
#define FR_TG_AR_ANTICIPATO 166
 |