Patch level : 10.0 patch 414
Files correlati : lv0300a.msk Ricompilazione Demo : [ ] Commento : Aggiunto il parametro di causale ritiro dotazione temporanea git-svn-id: svn://10.65.10.50/trunk@19224 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
4a5daf78ca
commit
19378ae935
50
lv/lv0300a.h
50
lv/lv0300a.h
@ -38,33 +38,35 @@
|
|||||||
|
|
||||||
#define F_CAUSLAV 223
|
#define F_CAUSLAV 223
|
||||||
#define F_CAUSLAVDESC 224
|
#define F_CAUSLAVDESC 224
|
||||||
|
#define F_CAULVRITDT 225
|
||||||
|
#define F_CAULVRITDTDE 226
|
||||||
|
|
||||||
#define F_CODMAG 225
|
#define F_CODMAG 227
|
||||||
#define F_DESMAG 226
|
#define F_DESMAG 228
|
||||||
#define F_CODMAGN 227
|
#define F_CODMAGN 229
|
||||||
#define F_DESMAGN 228
|
#define F_DESMAGN 230
|
||||||
#define F_CODMAGC 229
|
#define F_CODMAGC 231
|
||||||
#define F_DESMAGC 230
|
#define F_DESMAGC 232
|
||||||
|
|
||||||
#define F_PATH_CON 231
|
#define F_PATH_CON 233
|
||||||
#define F_PATH_MAN 232
|
#define F_PATH_MAN 234
|
||||||
#define F_PATH_LAVA 233
|
#define F_PATH_LAVA 235
|
||||||
|
|
||||||
#define F_UNICONT 234
|
#define F_UNICONT 236
|
||||||
#define F_QTAMODI 235
|
#define F_QTAMODI 237
|
||||||
#define F_AUTGIRI 236
|
#define F_AUTGIRI 238
|
||||||
#define F_ORDGIRI 237
|
#define F_ORDGIRI 239
|
||||||
#define F_DATAFISSA 238
|
#define F_DATAFISSA 240
|
||||||
#define F_AGGCONG 239
|
#define F_AGGCONG 241
|
||||||
#define F_PERARR 240
|
#define F_PERARR 242
|
||||||
#define F_RIFOR 241
|
#define F_RIFOR 243
|
||||||
#define F_ARTCANFIS 242
|
#define F_ARTCANFIS 244
|
||||||
#define F_GESTSACA 243
|
#define F_GESTSACA 245
|
||||||
#define F_ALMANAC 244
|
#define F_ALMANAC 246
|
||||||
#define F_USEINDSP 245
|
#define F_USEINDSP 247
|
||||||
#define F_CODARTFIX 246
|
#define F_CODARTFIX 248
|
||||||
#define F_TIPOPR 247
|
#define F_TIPOPR 249
|
||||||
#define F_CODARTCAFIX 248
|
#define F_CODARTCAFIX 250
|
||||||
|
|
||||||
#define S_CODNUM_RIT 101
|
#define S_CODNUM_RIT 101
|
||||||
#define S_TIPODOC_RIT 102
|
#define S_TIPODOC_RIT 102
|
||||||
|
@ -299,12 +299,11 @@ BEGIN
|
|||||||
COPY OUTPUT F_TIPODOC_ORC
|
COPY OUTPUT F_TIPODOC_ORC
|
||||||
END
|
END
|
||||||
|
|
||||||
GROUPBOX DLG_NULL 78 3
|
GROUPBOX DLG_NULL 78 4
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 1 18 "@bCausale di default"
|
PROMPT 1 18 "@bCausali di default"
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
||||||
STRING F_CAUSLAV 3
|
STRING F_CAUSLAV 3
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 2 19 "Causale "
|
PROMPT 2 19 "Causale "
|
||||||
@ -329,6 +328,30 @@ BEGIN
|
|||||||
CHECKTYPE REQUIRED
|
CHECKTYPE REQUIRED
|
||||||
END
|
END
|
||||||
|
|
||||||
|
STRING F_CAULVRITDT 3
|
||||||
|
BEGIN
|
||||||
|
PROMPT 2 20 "Causale "
|
||||||
|
USE &CAU
|
||||||
|
INPUT CODTAB F_CAULVRITDT
|
||||||
|
DISPLAY "Codice" CODTAB
|
||||||
|
DISPLAY "Descrizione@50" S0
|
||||||
|
OUTPUT F_CAULVRITDT CODTAB
|
||||||
|
OUTPUT F_CAULVRITDTDE S0
|
||||||
|
FIELD CAULVRITDT
|
||||||
|
CHECKTYPE REQUIRED
|
||||||
|
END
|
||||||
|
|
||||||
|
STRING F_CAULVRITDTDE 50
|
||||||
|
BEGIN
|
||||||
|
PROMPT 24 20 ""
|
||||||
|
USE CAU KEY 2
|
||||||
|
INPUT S0 F_CAUSLAVDESC
|
||||||
|
DISPLAY "Descrizione@50" S0
|
||||||
|
DISPLAY "Codice" CODTAB
|
||||||
|
COPY OUTPUT F_CAULVRITDT
|
||||||
|
CHECKTYPE REQUIRED
|
||||||
|
END
|
||||||
|
|
||||||
ENDPAGE
|
ENDPAGE
|
||||||
|
|
||||||
PAGE "Buoni" 0 2 0 0
|
PAGE "Buoni" 0 2 0 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user