campo-sirio/ba/batbnot.uml
luca 0598a18452 Patch level :10.0
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :tabelle BA in new style


git-svn-id: svn://10.65.10.50/trunk@16514 c028cbd2-c16b-5b4b-a496-9718f37d4682
2008-04-14 13:13:26 +00:00

47 lines
714 B
Plaintext
Executable File

#include "batbnot.h"
TOOLBAR "topbar" 0 0 0 2
#include <relapbar.h>
ENDPAGE
PAGE "Tabella Note cliente" -1 -1 78 8
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