campo-sirio/ca/catbrsp.uml
luca 1c2839ebbd Patch level :2.2 nopatch
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
ritrasformate le tabelle in tabelle ditta


git-svn-id: svn://10.65.10.50/trunk@12562 c028cbd2-c16b-5b4b-a496-9718f37d4682
2004-12-23 09:47:28 +00:00

40 lines
640 B
Plaintext
Executable File

#include "catbrsp.h"
TOOLBAR "" 0 -2 0 2
#include <toolbar.h>
ENDPAGE
PAGE "Responsabili" -1 -1 64 6
STRING F_RSP_CODICE 10
BEGIN
PROMPT 2 2 "Codice "
USE RSP
FIELD CODTAB
FLAGS "UZ"
KEY 1
INPUT CODTAB F_RSP_CODICE
DISPLAY "Codice@10" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_RSP_CODICE CODTAB
OUTPUT F_RSP_DESCR S0
CHECKTYPE REQUIRED
END
STRING F_RSP_DESCR 50
BEGIN
PROMPT 2 3 "Descrizione "
USE RSP
FIELD S0
KEY 2
INPUT S0 F_RSP_DESCR
DISPLAY "Descrizione@50" S0
DISPLAY "Codice@10" CODTAB
COPY OUTPUT F_RSP_CODICE
CHECKTYPE NORMAL
WARNING "Manca la descrizione"
END
ENDPAGE
ENDMASK