Aggiunto un embrione di maschera.

git-svn-id: svn://10.65.10.50/trunk@3396 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-08-14 16:50:37 +00:00
parent ef4eb3bc6a
commit b4e7eacffa
2 changed files with 40 additions and 0 deletions

5
ve/ve6100a.h Executable file
View File

@ -0,0 +1,5 @@
// Include file per ve6000.uml
#define F_CODICE_ELAB 101
#define F_DATA_REG 102

35
ve/ve6100a.uml Executable file
View File

@ -0,0 +1,35 @@
#include "ve6100a.h"
PAGE "COntabilizzazione" -1 -1 70 15
STRING F_CODICE_ELAB 8
BEGIN
PROMPT 1 1 "Codice elaborazione differita "
FLAG "U"
USE %ELD
INPUT CODTAB F_CODICE_ELAB
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_CODICE_ELAB CODTAB
CHECKTYPE REQUIRED
END
DATE F_DATA_REG
BEGIN
PROMPT 3 2 "Data registrazione "
FLAG "A"
END
BUTTON DLG_OK 10 2
BEGIN
PROMPT -12 -1 ""
END
BUTTON DLG_CANCEL 10 2
BEGIN
PROMPT -22 -1 ""
END
ENDPAGE
ENDMASK