Files correlati : Ricompilazione Demo : [ ] Commento : riporto hardy da 11.0 git-svn-id: svn://10.65.10.50/branches/R_10_00@21075 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			24 lines
		
	
	
		
			329 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			329 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #include "ha1300a.h"
 | |
| 
 | |
| PAGE "Importazione dati da file upload" -1 -1 78 5
 | |
| 
 | |
| STRING F_PATH 256 45
 | |
| BEGIN
 | |
|   PROMPT 1 1 "Cartella file da importare "
 | |
|   FLAGS "D"
 | |
| END
 | |
| 
 | |
| BOOLEAN F_DEFINITIVO
 | |
| BEGIN
 | |
|   PROMPT 1 3 "Elaborazione definitiva (scrittura sul database)"
 | |
| END
 | |
| 
 | |
| ENDPAGE
 | |
| 
 | |
| TOOLBAR "topbar" 0 0 0 2
 | |
| 
 | |
| #include <elabar.h>
 | |
| 
 | |
| ENDPAGE
 | |
| 
 | |
| ENDMASK |