Files correlati : Ricompilazione Demo : [ ] Commento : ammodernate maschere git-svn-id: svn://10.65.10.50/trunk@18501 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			24 lines
		
	
	
		
			382 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			382 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #include "dt0400a.h"
 | |
| 
 | |
| TOOLBAR "topbar" 0 0 0 2
 | |
| #include <stdbar.h>
 | |
| ENDPAGE
 | |
| 
 | |
| PAGE "Importazione documenti" 0 -1 0 19
 | |
| 
 | |
| STRING F_PERCORSO 50
 | |
| BEGIN
 | |
| PROMPT 2 2 "File da contabilizzare " 
 | |
| 	CHECKTYPE REQUIRED
 | |
| 	VALIDATE NOT_EMPTY_FUNC
 | |
| 	FLAGS "B"
 | |
| 	HELP "Percorso e nome file da contabilizzare"
 | |
| 	WARNING "E' necessario specificare il nome del file da contabilizzare" 
 | |
| END
 | |
| 
 | |
| 
 | |
| ENDPAGE
 | |
| 
 | |
| ENDMASK
 | |
| 
 |