campo-sirio/ri/ritbric.uml
alex db19dfd129 Patch level : 10,0 nopatch
Files correlati     : ci0.exe ci2.exe
Ricompilazione Demo : [ ]
Commento            :


Riclassificazioni cnti  da non compilare ora


git-svn-id: svn://10.65.10.50/branches/R_10_00@20780 c028cbd2-c16b-5b4b-a496-9718f37d4682
2010-08-11 00:46:50 +00:00

45 lines
645 B
Plaintext
Executable File

#include "ritbric.h"
TOOLBAR "topbar" 0 0 0 2
#include <relapbar.h>
ENDPAGE
PAGE "Conti" -1 -1 78 15
GROUPBOX DLG_NULL 78 3
BEGIN
PROMPT 1 1 "Codice di riclassificazione"
END
STRING F_CODTAB 7
BEGIN
PROMPT 2 2 ""
FIELD CODTAB
USE &RIC
INPUT CODTAB F_CODTAB
DISPLAY "Codice" CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT F_CODTAB CODTAB
OUTPUT F_DESC S0
CHECKTYPE REQUIRED
FLAGS "U"
KEY 1
END
STRING F_DESC 50
BEGIN
PROMPT 12 2 "Descrizione "
FIELD S0
USE &RIC KEY 2
INPUT S0 F_DESC
DISPLAY "Descrizione@50" S0
DISPLAY "Codice" CODTAB
COPY OUTPUT F_CODTAB
KEY 2
CHECKTYPE REQUIRED
END
ENDPAGE
ENDMASK