campo-sirio/ve/ve2100d.uml
pirro a435ab4110 modifica a decodifica campi maschere
git-svn-id: svn://10.65.10.50/trunk@1988 c028cbd2-c16b-5b4b-a496-9718f37d4682
1995-10-23 15:53:14 +00:00

57 lines
934 B
Plaintext
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#include <lffiles.h>
#include "ve2100d.h"
TOOLBAR "" 0 20 60 2
#include <toolbar.h>
ENDPAGE
PAGE "Archivio sconti documenti " 11 60 14
LISTA F_D_TIPO 1
BEGIN
PROMPT 100 100 ""
FIELD LF_SCONTI->TIPO
FLAG "H"
ITEM "D|Sconti documento"
END
STRING F_D_CODCAT 2
BEGIN
PROMPT 2 2 "Cod. sconto doc. "
FIELD LF_SCONTI->CODCAT
FLAG "UR"
KEY 1
USE LF_SCONTI
INPUT TIPO F_D_TIPO SELECT
INPUT CODCAT F_D_CODCAT
DISPLAY "Codice" CODCAT
DISPLAY "Descrizione" DESCR
DISPLAY "Sconto@25" SCONTO
OUTPUT F_D_CODCAT CODCAT
OUTPUT F_D_SCONTO SCONTO
OUTPUT F_D_DESCR DESCR
CHECKTYPE REQUIRED
END
STRING F_D_DESCR 50
BEGIN
PROMPT 2 4 "Descrizione "
FIELD LF_SCONTI->DESCR
END
GROUPBOX DLG_NULL 75 7
BEGIN
PROMPT 0 0 ""
FLAG "R"
END
STRING F_D_SCONTO 25
BEGIN
PROMPT 2 8 "Sconto "
FIELD LF_SCONTI->SCONTO
END
ENDPAGE
ENDMASK