campo-sirio/cg/cgtbnot.uml
luca 494b00b102 Patch level :10.0 250
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
sostituite le omonime ba...uml e rep con le cg (non cambia assolutamente nulla tranne il prefisso del nome!!)


git-svn-id: svn://10.65.10.50/trunk@18362 c028cbd2-c16b-5b4b-a496-9718f37d4682
2009-02-26 16:04:13 +00:00

47 lines
711 B
Plaintext
Executable File

#include "cgtbnot.h"
TOOLBAR "topbar" 0 0 0 2
#include <relapbar.h>
ENDPAGE
PAGE "Tabella Note cliente" 0 2 0 0
GROUPBOX DLG_NULL 75 3
BEGIN
PROMPT 1 0 ""
FLAGS "R"
END
STRING F_NOT_COD 2
BEGIN
PROMPT 3 1 "Codice "
HELP "Codice note del cliente"
FIELD CODTAB
FLAGS "U"
KEY 1
USE %NOT
INPUT CODTAB F_NOT_COD
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@50" S0
DISPLAY "Blocca immissione" B0
OUTPUT F_NOT_COD CODTAB
CHECKTYPE REQUIRED
END
BOOLEAN F_NOT_BLOCCA
BEGIN
PROMPT 3 3 "Blocca immissione"
HELP "Indicare se bloccare l'inserimento del documento"
FIELD B0
END
MEMO F_NOT_DESC 75 -2
BEGIN
PROMPT 1 5 "Descrizione"
HELP "Descrizione della nota del cliente"
CHECKTYPE SEARCH
END
ENDPAGE
ENDMASK