102 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			102 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
#include "batbues.h"
 | 
						|
 | 
						|
TOOLBAR "" 0 20 0 2
 | 
						|
 | 
						|
#include <toolbar.h>
 | 
						|
 | 
						|
ENDPAGE
 | 
						|
 | 
						|
PAGE "Uffici esattoria" -1 -1 78 18
 | 
						|
 | 
						|
NUMBER FLD_TABUES_CODTAB 3
 | 
						|
BEGIN
 | 
						|
  PROMPT 3 1 "Codice         "
 | 
						|
  FIELD %UES->CODTAB
 | 
						|
  FLAGS "RZ"
 | 
						|
  KEY 1
 | 
						|
  USE %UES
 | 
						|
  INPUT CODTAB FLD_TABUES_CODTAB
 | 
						|
  DISPLAY "Codice" CODTAB
 | 
						|
  DISPLAY "Descrizione@25" S0
 | 
						|
  OUTPUT FLD_TABUES_CODTAB CODTAB
 | 
						|
  OUTPUT FLD_TABUES_S0 S0
 | 
						|
  HELP "Codice dell'ufficio esattoria"
 | 
						|
  CHECKTYPE REQUIRED
 | 
						|
END
 | 
						|
 | 
						|
STRING FLD_TABUES_S0 25
 | 
						|
BEGIN
 | 
						|
  PROMPT 3 3 "Ufficio        "
 | 
						|
  FIELD %UES->S0
 | 
						|
  KEY 2
 | 
						|
  USE %UES KEY 2
 | 
						|
  INPUT S0 FLD_TABUES_S0
 | 
						|
  DISPLAY "Descrizione@25" S0
 | 
						|
  DISPLAY "Codice" CODTAB
 | 
						|
  OUTPUT FLD_TABUES_CODTAB CODTAB
 | 
						|
  OUTPUT FLD_TABUES_S0 S0
 | 
						|
  HELP "Descrizione dell'ufficio esattoria"
 | 
						|
  CHECKTYPE REQUIRED
 | 
						|
END
 | 
						|
 | 
						|
STRING FLD_TABUES_S1 35
 | 
						|
BEGIN
 | 
						|
  PROMPT 3 5 "Indirizzo      "
 | 
						|
  FIELD %UES->S1
 | 
						|
  HELP "Indirizzo della sede dell'ufficio esattoria"
 | 
						|
END
 | 
						|
 | 
						|
STRING FLD_TABUES_S3 10
 | 
						|
BEGIN
 | 
						|
  PROMPT 56 5 "N."
 | 
						|
  FIELD %UES->S3
 | 
						|
  HELP "Numero civico della sede dell'ufficio esattoria"
 | 
						|
END
 | 
						|
 | 
						|
STRING FLD_TABUES_S6 4
 | 
						|
BEGIN
 | 
						|
  PROMPT 3 7 "Comune         "
 | 
						|
  FIELD %UES->S6
 | 
						|
	FLAGS "U"
 | 
						|
  USE LF_COMUNI
 | 
						|
  INPUT STATO ""
 | 
						|
  INPUT COM FLD_TABUES_S6
 | 
						|
#include <comdcod.h>
 | 
						|
  OUTPUT FLD_TABUES_S6 COM
 | 
						|
  OUTPUT FLD_TABUES_S6_COMUNI_DENCOM DENCOM
 | 
						|
  OUTPUT FLD_TABUES_S6_COMUNI_PROVCOM PROVCOM
 | 
						|
  OUTPUT FLD_TABUES_S6_COMUNI_CAPCOM CAPCOM
 | 
						|
  HELP "Codice del comune della sede dell'ufficio esattoria"
 | 
						|
	CHECKTYPE NORMAL
 | 
						|
END
 | 
						|
 | 
						|
STRING FLD_TABUES_S6_COMUNI_DENCOM 50
 | 
						|
BEGIN
 | 
						|
  PROMPT 3 9 "Nome           "
 | 
						|
  FLAGS "D"
 | 
						|
END
 | 
						|
 | 
						|
STRING FLD_TABUES_S6_COMUNI_PROVCOM 6
 | 
						|
BEGIN
 | 
						|
  PROMPT 3 11 "Provincia      "
 | 
						|
  FLAGS "D"
 | 
						|
END
 | 
						|
 | 
						|
STRING FLD_TABUES_S6_COMUNI_CAPCOM 5
 | 
						|
BEGIN
 | 
						|
  PROMPT 56 11 "CAP    "
 | 
						|
  FIELD %UES->S7
 | 
						|
  HELP "Numero civico della sede dell'ufficio esattoria"
 | 
						|
END
 | 
						|
 | 
						|
STRING FLD_TABUES_S4 10
 | 
						|
BEGIN
 | 
						|
  PROMPT 3 13 "C.Corr.Postale "
 | 
						|
  FIELD %UES->S4
 | 
						|
  HELP "Numero di conto corrente postale dell'ufficio"
 | 
						|
END
 | 
						|
 | 
						|
ENDPAGE
 | 
						|
 | 
						|
ENDMASK
 |