campo-sirio/m770/batbent.uml
luciano 6449f498db Ho fatto troppe modifiche per poterle descrivere tutte in codesto luogo
pertanto rimando chi fosse interessato ai dettagli, alla consultazione
del documento crono.doc sulla mia macchina.


git-svn-id: svn://10.65.10.50/trunk@4134 c028cbd2-c16b-5b4b-a496-9718f37d4682
1997-02-14 15:39:49 +00:00

38 lines
629 B
Plaintext
Executable File

#include "batb%ent.h"
TOOLBAR "" 0 20 0 2
#include <toolbar.h>
ENDPAGE
PAGE "Tabella enti previdenziali" -1 -1 78 18
NUMBER F_CODENTE 2
BEGIN
PROMPT 4 1 "Codice Ente "
FIELD LF_TABCOM->CODTAB
HELP "Inserire il codice dell' ente"
USE %ENT
CHECKTYPE REQUIRED
INPUT CODTAB F_CODENTE
DISPLAY "Cod.Ente" CODTAB
DISPLAY "Denominazione@60 " S0
OUTPUT F_CODENTE CODTAB
OUTPUT F_DESCR S0
KEY 1
FLAGS "RZ"
END
STRING F_DESCR 60
BEGIN
PROMPT 4 3 "Denominazione "
FIELD LF_TABCOM->S0
HELP "Inserire la descrizione dell' Ente"
WARNING "Manca la denominazione"
CHECKTYPE REQUIRED
END
ENDPAGE
ENDMASK