Files correlati : db0.exe Ricompilazione Demo : [ ] Commento : Gestione interattiva distinta base git-svn-id: svn://10.65.10.50/trunk@6849 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			53 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
#ifndef __DB0100_H
 | 
						|
#define __DB0100_H
 | 
						|
 | 
						|
#define F_TREE     500
 | 
						|
#define F_CODICE   501
 | 
						|
#define F_CODICEQ  502
 | 
						|
#define F_SORT     503
 | 
						|
#define F_SORTDESC 504
 | 
						|
#define F_TIPO     505
 | 
						|
#define F_VIRTUALE 506
 | 
						|
#define F_COPY     507
 | 
						|
#define F_EXPLODE  508
 | 
						|
 | 
						|
#define F_DESCR    510
 | 
						|
#define F_PREZZO   511
 | 
						|
#define F_UM       512
 | 
						|
#define F_PESO     513
 | 
						|
#define F_UMP      514
 | 
						|
 | 
						|
#define F_SHEET    520
 | 
						|
#define F_PARAMS   521
 | 
						|
 | 
						|
#define F_TIPOCOMP 101
 | 
						|
#define F_CODART   102
 | 
						|
#define F_CODLAV   202
 | 
						|
#define F_CODDIS   302
 | 
						|
#define F_CODVAR   402
 | 
						|
#define F_LIV1     103 
 | 
						|
#define F_LIV2     104
 | 
						|
#define F_LIV3     105 
 | 
						|
#define F_LIV4     106 
 | 
						|
#define F_UMEXPR   107
 | 
						|
#define F_EXPR     108
 | 
						|
#define F_DESCOMP  109
 | 
						|
#define F_SORT1    110
 | 
						|
#define F_SORT2    111
 | 
						|
#define F_SORT3    112
 | 
						|
#define F_SORT4    113
 | 
						|
#define F_SORT5    114
 | 
						|
 | 
						|
#define F_PARAM    101
 | 
						|
#define F_VALUE    102
 | 
						|
 | 
						|
#define F_MATBASE     101
 | 
						|
#define F_MAXDEPTH    102
 | 
						|
#define F_ARTICOLI    103
 | 
						|
#define F_LAVORAZIONI 104
 | 
						|
#define F_VIRTUALI    105
 | 
						|
#define F_GROUPMODE   106     
 | 
						|
#define F_LASTQTA     107
 | 
						|
 | 
						|
#endif
 |