campo-sirio/src/ca/catbtpc.uml
mtollari 1b14ec9415 Spostamento cartella sorgenti
git-svn-id: svn://10.65.10.50/branches/R_10_00@23236 c028cbd2-c16b-5b4b-a496-9718f37d4682
2016-09-09 13:59:02 +00:00

42 lines
640 B
Plaintext
Executable File

#include "catbtpc.h"
TOOLBAR "topbar" 0 0 0 2
#include <relapbar.h>
ENDPAGE
PAGE "Tipo Commessa" 0 0 0 2
STRING F_TPC_CODICE 5
BEGIN
PROMPT 2 2 "Codice "
USE TPC
FIELD CODTAB
FLAGS "UZ"
KEY 1
INPUT CODTAB F_TPC_CODICE
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_TPC_CODICE CODTAB
OUTPUT F_TPC_DESCR S0
CHECKTYPE REQUIRED
END
STRING F_TPC_DESCR 50
BEGIN
PROMPT 2 3 "Descrizione "
USE TPC
FIELD S0
KEY 2
INPUT S0 F_TPC_DESCR
DISPLAY "Descrizione@50" S0
DISPLAY "Codice" CODTAB
COPY OUTPUT F_TPC_CODICE
CHECKTYPE NORMAL
WARNING "Manca la descrizione"
END
ENDPAGE
ENDMASK