campo-sirio/ba/batbndo.uml
alex caa9881850 Correzioni alle tabelle per la gestione vendite
git-svn-id: svn://10.65.10.50/trunk@1717 c028cbd2-c16b-5b4b-a496-9718f37d4682
1995-08-21 15:57:47 +00:00

51 lines
830 B
Plaintext
Executable File

#include "batbndo.h"
TOOLBAR "" 0 20 0 2
#include <toolbar.h>
ENDPAGE
PAGE "Tabella Note Documento" -1 -1 78 8
GROUPBOX DLG_NULL 78 5
BEGIN
PROMPT 1 1 ""
FLAGS "R"
END
STRING F_CODICE 3
BEGIN
PROMPT 4 2 "Codice "
HELP "Codice note documento"
FIELD CODTAB
FLAGS "U"
KEY 1
USE %NDO
INPUT CODTAB F_CODICE
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione @30" S0
OUTPUT F_CODICE CODTAB
OUTPUT F_DESCR S0
CHECKTYPE REQUIRED
END
STRING F_DESCR 30
BEGIN
PROMPT 4 4 "Descrizione "
HELP "Descrizione nota documento"
FIELD LF_TABCOM->S0
KEY 2
USE %NDO KEY 2
INPUT CODTAB F_CODICE
INPUT S0 F_DESCR
DISPLAY "Descrizione @30" S0
DISPLAY "Codice" CODTAB
OUTPUT F_CODICE CODTAB
OUTPUT F_DESCR S0
CHECKTYPE REQUIRED
END
ENDPAGE
ENDMASK