Files correlati : Ricompilazione Demo : [ ] Commento :ammodernate maschere git-svn-id: svn://10.65.10.50/trunk@18327 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			29 lines
		
	
	
		
			514 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			514 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #include "cg6800.h"
 | |
| 
 | |
| TOOLBAR "topbar" 0 0 0 2
 | |
| 
 | |
| #include <stdbar.h>
 | |
| 
 | |
| ENDPAGE
 | |
| 
 | |
| PAGE "" 0 2 0 0
 | |
|      
 | |
| NUMBER F_NUMREG 7
 | |
| BEGIN
 | |
|   PROMPT 2 1 "Numero di registrazione     "
 | |
|   HELP "Inserire il numero di registrazione che si vuole modificare"
 | |
|   FLAGS "RZ"
 | |
|   CHECKTYPE REQUIRED
 | |
| END
 | |
| 
 | |
| NUMBER F_NUMRIG 2
 | |
| BEGIN
 | |
|   PROMPT 2 3 "Numero di riga              "
 | |
|   HELP "Inserire il numero della riga desiderata. Se non viene specificata si entra in modifica della testata"
 | |
|   FLAGS "RZ"
 | |
| END
 | |
|                          
 | |
| ENDPAGE
 | |
| 
 | |
| ENDMASK
 |