campo-sirio/ba/batbcig.uml
alex c36d824a52 Patch level : 10.0 848
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :

Aggiunte abelle CUP e CIG da mettere a menu'


git-svn-id: svn://10.65.10.50/branches/R_10_00@21204 c028cbd2-c16b-5b4b-a496-9718f37d4682
2010-11-28 00:52:05 +00:00

47 lines
681 B
Plaintext
Executable File

#include "batbcig.h"
TOOLBAR "topbar" 0 0 0 2
#include <relapbar.h>
ENDPAGE
PAGE "Codice identificativo gara" 0 2 0 0
GROUPBOX DLG_NULL 78 3
BEGIN
PROMPT 1 1 "Codice identificativo gara"
END
STRING F_CODTAB 10
BEGIN
PROMPT 2 2 "Codice "
USE %CIG
INPUT CODTAB F_CODTAB
DISPLAY "Codice@10" CODTAB
DISPLAY "Descrizione@60" S0
OUTPUT F_CODTAB CODTAB
OUTPUT F_DESC S0
CHECKTYPE REQUIRED
FIELD CODTAB
FLAG "U"
KEY 1
END
STRING F_DESC 50
BEGIN
PROMPT 2 5 "Descrizione "
USE %CIG KEY 2
INPUT S0 F_DESC
DISPLAY "Descrizione@60" S0
DISPLAY "Codice@10" CODTAB
COPY OUTPUT F_CODTAB
FIELD S0
KEY 2
CHECKTYPE REQUIRED
END
ENDPAGE
ENDMASK