Files correlati : Ricompilazione Demo : [ ] Commento : sostituite le omonime ba...uml e rep con le cg (non cambia assolutamente nulla tranne il prefisso del nome!!) git-svn-id: svn://10.65.10.50/trunk@18362 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			49 lines
		
	
	
		
			781 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			781 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
#include "cgtbndo.h"
 | 
						|
 | 
						|
TOOLBAR "topbar" 0 0 0 2
 | 
						|
#include <relapbar.h>
 | 
						|
ENDPAGE
 | 
						|
 | 
						|
PAGE "Tabella Note Documento" 0 2 0 0
 | 
						|
 | 
						|
GROUPBOX DLG_NULL 75 7
 | 
						|
BEGIN
 | 
						|
 PROMPT 1 0 ""
 | 
						|
 FLAGS "R"
 | 
						|
END
 | 
						|
 | 
						|
STRING F_CODICE 3
 | 
						|
BEGIN
 | 
						|
  PROMPT 4 2 "Codice      "
 | 
						|
  HELP "Codice note documento"
 | 
						|
  FIELD CODTAB
 | 
						|
  FLAGS "U"
 | 
						|
  KEY 1
 | 
						|
  USE %NDO 
 | 
						|
  INPUT CODTAB F_CODICE
 | 
						|
  DISPLAY "Codice" CODTAB
 | 
						|
  DISPLAY "Descrizione @50" S0
 | 
						|
  OUTPUT F_CODICE CODTAB
 | 
						|
  OUTPUT F_DESCR S0
 | 
						|
  CHECKTYPE REQUIRED
 | 
						|
END
 | 
						|
 | 
						|
STRING F_DESCR 50
 | 
						|
BEGIN
 | 
						|
  PROMPT 4 4 "Descrizione "
 | 
						|
  HELP "Descrizione nota documento"
 | 
						|
  FIELD LF_TABCOM->S0
 | 
						|
  KEY 2
 | 
						|
  USE %NDO KEY 2
 | 
						|
  INPUT CODTAB F_CODICE
 | 
						|
  INPUT S0 F_DESCR
 | 
						|
  DISPLAY "Descrizione @50" S0
 | 
						|
  DISPLAY "Codice" CODTAB
 | 
						|
  OUTPUT F_CODICE CODTAB
 | 
						|
  OUTPUT F_DESCR S0
 | 
						|
  CHECKTYPE REQUIRED
 | 
						|
END
 | 
						|
 | 
						|
ENDPAGE
 | 
						|
ENDMASK
 |