Files correlati : ba2 ba8 Ricompilazione Demo : [ ] Commento : ba2 aggiunto supporto per pen drive in procedura di backup ba8 aggiunta esportazione su file dbf per utenti privilegiati, cioe' quelli col ragno :-) git-svn-id: svn://10.65.10.50/trunk@13635 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			28 lines
		
	
	
		
			678 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			678 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #define F_CODICE       150
 | |
| #define F_DESCR        151
 | |
| #define F_SQL          152
 | |
| #define F_TABLES       200
 | |
| #define F_FIELDS       300
 | |
| #define F_ADDFILE      301
 | |
| #define F_EDITFILE     302
 | |
| #define F_ASTERISK     303
 | |
| #define F_GENSQL       304
 | |
| #define F_GENISAM      305
 | |
| #define F_EDITQUERY    306
 | |
| #define F_EXPORT_HTML  307
 | |
| #define F_EXPORT_EXCEL 308
 | |
| #define F_EXPORT_TXT   309
 | |
| #define F_EXPORT_CAMPO 310
 | |
| #define F_EXPORT_DBF   311
 | |
| #define F_SHEET        400
 | |
| #define F_MOVEUP       401 
 | |
| #define F_MOVEDN       402
 | |
| 
 | |
| #define F_FLD_FROM     101
 | |
| #define F_FLD_TO       102
 | |
| 
 | |
| #define F_FATHER       201
 | |
| #define F_FATHER_ALIAS 202
 | |
| #define F_SON          203
 | |
| #define F_SON_ALIAS    204
 |