Files correlati : Ricompilazione Demo : [ ] Commento :tabelle BA in new style git-svn-id: svn://10.65.10.50/trunk@16514 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			43 lines
		
	
	
		
			703 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			703 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
#include "batbsad.h"
 | 
						|
 | 
						|
TOOLBAR "topbar" 0 0 0 2
 | 
						|
#include <relapbar.h>
 | 
						|
ENDPAGE
 | 
						|
 | 
						|
PAGE "Tabella Spese da addebitare" -1 -1 78 8
 | 
						|
 | 
						|
STRING F_CODICE 3
 | 
						|
BEGIN
 | 
						|
PROMPT 4 2 "Codice      "
 | 
						|
HELP "Codice delle spese da addebitare"
 | 
						|
FIELD CODTAB
 | 
						|
FLAGS "U"
 | 
						|
KEY 1
 | 
						|
USE %SAD 
 | 
						|
INPUT CODTAB F_CODICE
 | 
						|
DISPLAY "Codice" CODTAB
 | 
						|
DISPLAY "Descrizione @20" S0
 | 
						|
OUTPUT F_CODICE CODTAB
 | 
						|
OUTPUT F_DESCR S0
 | 
						|
CHECKTYPE REQUIRED
 | 
						|
END
 | 
						|
 | 
						|
STRING F_DESCR 20
 | 
						|
BEGIN
 | 
						|
PROMPT 4 4 "Descrizione "
 | 
						|
HELP "Descrizione delle spese da addebitare"
 | 
						|
FIELD LF_TABCOM->S0
 | 
						|
KEY 2
 | 
						|
USE %SAD KEY 2
 | 
						|
INPUT CODTAB F_CODICE
 | 
						|
INPUT S0 F_DESCR
 | 
						|
DISPLAY "Descrizione @20" S0
 | 
						|
DISPLAY "Codice" CODTAB
 | 
						|
OUTPUT F_CODICE CODTAB
 | 
						|
OUTPUT F_DESCR S0
 | 
						|
CHECKTYPE REQUIRED
 | 
						|
END
 | 
						|
 | 
						|
ENDPAGE
 | 
						|
ENDMASK
 |