41 lines
		
	
	
		
			724 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			724 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #include "batbldn.h"
 | |
| 
 | |
| TOOLBAR "" 0 20 0 2 
 | |
| #include <toolbar.h>
 | |
| ENDPAGE
 | |
| 
 | |
| PAGE "Luoghi di donazione" -1 -1 78 7
 | |
| 
 | |
| STRING F_TABLDN_CODTAB 4
 | |
| BEGIN
 | |
| 	PROMPT 2 1 "Codice      "
 | |
|         FIELD CODTAB
 | |
| 	HELP "Inserire il codice del luogo di donazione"
 | |
| 	USE LDN
 | |
| 	CHECKTYPE REQUIRED
 | |
| 	INPUT CODTAB F_TABLDN_CODTAB
 | |
| 	DISPLAY "Codice" CODTAB
 | |
| 	DISPLAY "Descrizione@25" S0
 | |
| 	OUTPUT F_TABLDN_CODTAB CODTAB
 | |
| 	OUTPUT F_TABLDN_DESCR S0
 | |
| 	KEY 1
 | |
| 	FLAGS "URZ"
 | |
| END
 | |
| 
 | |
| STRING F_TABLDN_DESCR 25
 | |
| BEGIN
 | |
| 	PROMPT 2 3 "Descrizione "
 | |
|         FIELD S0
 | |
| 	HELP "Inserire la descrizione del luogo"
 | |
| 	USE LDN KEY 2
 | |
| 	CHECKTYPE REQUIRED
 | |
| 	INPUT S0 F_TABLDN_DESCR
 | |
| 	DISPLAY "Descrizione@25" S0
 | |
| 	DISPLAY "Codice" CODTAB
 | |
| 	COPY OUTPUT F_TABLDN_CODTAB
 | |
| 	KEY 2
 | |
| END
 | |
| 
 | |
| ENDPAGE
 | |
| ENDMASK
 |