Files correlati : tutti i profili standard delle vendite + vebol.frm vebolbmp.frm Ricompilazione Demo : [ ] Commento : AO20090 Ho un cliente ITALIANO con un indirizzo di spedizione ESTERO che ha per codice stato "004" e per codice comune "Z114", se stampo la bolla mi riporta come indirizzo di spedizione "GRAN BRETAGNA E IRLANDA DEL N.", questo perché sul form di stampa si collegano gli indirizzi di spedizione ai comuni tramite soltanto il codice del Comune ma non dello Stato, pertanto se per due stati diversi ho un codice comune uguale il programma riporta sempre il primo che trova (ovvero quello dell'Italia). Aggiungere il controllo anche dello Stato. git-svn-id: svn://10.65.10.50/trunk@11421 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			103 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			103 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __VERIG_H
 | |
| #define __VERIG_H
 | |
| 
 | |
| 
 | |
| #define FR_LORDO       101
 | |
| #define FR_TIPORIGA    102
 | |
| #define FR_CODMAG      103
 | |
| #define FR_CODDEP      104
 | |
| // CODART CODSP CODSPV CODSPQ CODSPP CODPRS CODPRSV CODPRSQ CODPRSP alternativi definirne uno solo
 | |
| #define FR_CODART      105
 | |
| #define FR_CODSP       105
 | |
| #define FR_CODSPV      105
 | |
| #define FR_CODSPQ      105
 | |
| #define FR_CODSPP      105
 | |
| #define FR_CODPRS      105
 | |
| #define FR_CODPRSV     105
 | |
| #define FR_CODPRSQ     105
 | |
| #define FR_CODPRSP     105
 | |
| #define FR_LIV1        106
 | |
| #define FR_LIV2        107
 | |
| #define FR_LIV3        108
 | |
| #define FR_LIV4        109
 | |
| // DESCR DESCRART DESCRSP DESCRSPV DESCPSPQ DESCRSPP DESCRPRS DESCRPRSV DESCRPRSQ DESCRPRSP alternativi definirne uno solo
 | |
| #define FR_DESCR       110
 | |
| #define FR_DESCRART    110
 | |
| #define FR_DESCRSP     110
 | |
| #define FR_DESCRSPV    110
 | |
| #define FR_DESCRSPQ    110
 | |
| #define FR_DESCRSPP    110
 | |
| #define FR_DESCRPRS    110
 | |
| #define FR_DESCRPRSV   110
 | |
| #define FR_DESCRPRSQ   110
 | |
| #define FR_DESCRPRSP   110
 | |
| // UMQTA UMQTASP UMQTAPR alternativi definirne uno solo
 | |
| #define FR_UMQTA       111
 | |
| #define FR_UMQTASP     111
 | |
| // UMQTA2 da non definire
 | |
| #define FR_UMQTA2      211
 | |
| // QTA PERCSP alternativi definirne uno solo
 | |
| #define FR_QTA         112
 | |
| #define FR_PERCSP      212
 | |
| // PREZZO VALORE alternativi definirne uno solo
 | |
| #define FR_PREZZO      113
 | |
| #define FR_VALORE      113
 | |
| 
 | |
| #define FR_QTAEVASA    114
 | |
| #define FR_RIGAEVASA   115
 | |
| #define FR_TARA        116
 | |
| #define FR_PNETTO      117
 | |
| #define FR_NCOLLI      118
 | |
| #define FR_DAEVADERE   119
 | |
| #define FR_SCONTO      120
 | |
| #define FR_PERCPROV    121
 | |
| #define FR_IMPFISUN    122
 | |
| #define FR_IMPFISSO    123
 | |
| #define FR_CODIVA      124
 | |
| #define FR_ADDIVA      125
 | |
| #define FR_ASPBENI     126
 | |
| #define FR_CAUS        127
 | |
| #define FR_CODMAGC     128
 | |
| #define FR_CODDEPC     129
 | |
| // CODARTMAG CHECKED da non definire
 | |
| #define FR_DATACONS    130
 | |
| #define FR_CODARTMAG   131
 | |
| #define FR_CHECKED     132
 | |
| #define FR_CHECKED     132
 | |
| #define FR_QTAGG1      133
 | |
| #define FR_QTAGG2      134
 | |
| #define FR_QTAGG3      135
 | |
| #define FR_QTAGG4      136
 | |
| #define FR_QTAGG5      137
 | |
| #define FR_IMPIANTO    138
 | |
| #define FR_LINEA       139
 | |
| #define FR_CODCMS      140
 | |
| #define FR_FASCMS      141
 | |
| #define FR_JOLLY1      142
 | |
| #define FR_JOLLY2      143
 | |
| #define FR_JOLLY3      144
 | |
| #define FR_JOLLY4      145
 | |
| #define FR_JOLLY5      146
 | |
| #define FR_JOLLY6      147
 | |
| #define FR_JOLLY7      148
 | |
| #define FR_JOLLY8      149
 | |
| #define FR_JOLLY9      150
 | |
| #define FR_JOLLY10     151
 | |
| #define FR_END         152
 | |
| #define MAX_COLUMNS    FR_END-FR_LORDO
 | |
| 
 | |
| #define FR_DESMAG      250
 | |
| #define FR_DESDEP      251
 | |
| #define FR_DESIVA      252
 | |
| #define FR_DESASP      253
 | |
| #define FR_DESTIPORIGA 254
 | |
| #define FR_DESCRCAUS   255
 | |
| #define FR_DESMAGC     256
 | |
| #define FR_DESDEPC     257
 | |
| #define FR_DESIMP      258
 | |
| #define FR_DESLNP      259
 | |
| #define FR_DESCMS      260
 | |
| #define FR_DESFAS      261  
 | |
| #define FR_CODGOL      262
 | |
| #endif
 |