Patch level : 10.0
Files correlati : lv0 Ricompilazione Demo : [ ] Commento : 0001087: Tabella causali lavanderie ... aggiuntgere campo descrizione breve Descrizione Aggiungere campo descrizione breve alla tabella in oggetto. Il campo deve essere lungo 10 bytes git-svn-id: svn://10.65.10.50/trunk@17940 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
c736aa5096
commit
6a3c5a4aee
21
lv/lvtbcau.h
21
lv/lvtbcau.h
@ -1,13 +1,14 @@
|
|||||||
//campi maschera lvtbcau (Tabella CAUSALI LAVANDERIE )
|
//campi maschera lvtbcau (Tabella CAUSALI LAVANDERIE )
|
||||||
#define F_COD_CAUSALE 101
|
#define F_COD_CAUSALE 101
|
||||||
#define F_DES_CAUSALE 102
|
#define F_DES_CAUSALE 102
|
||||||
#define F_RITIRATO 103
|
#define F_DES_BREVE 103
|
||||||
#define F_CAUSALE_RITIRO 104
|
#define F_RITIRATO 104
|
||||||
#define F_DES_CAUSALE_RITIRO 105
|
#define F_CAUSALE_RITIRO 105
|
||||||
#define F_CONSEGNATO 106
|
#define F_DES_CAUSALE_RITIRO 106
|
||||||
#define F_CAUSALE_CONSEGNA 107
|
#define F_CONSEGNATO 107
|
||||||
#define F_DES_CAUSALE_CONSEGNA 108
|
#define F_CAUSALE_CONSEGNA 108
|
||||||
#define F_CAUSALE_RESO 109
|
#define F_DES_CAUSALE_CONSEGNA 109
|
||||||
#define F_STAMPA_BOLLA 110
|
#define F_CAUSALE_RESO 110
|
||||||
#define F_CALC_IMPORTO 111
|
#define F_STAMPA_BOLLA 111
|
||||||
#define F_CONTR_DOTAZIONE 112
|
#define F_CALC_IMPORTO 112
|
||||||
|
#define F_CONTR_DOTAZIONE 113
|
@ -6,7 +6,7 @@ ENDPAGE
|
|||||||
|
|
||||||
PAGE "Causali Lavanderie" -1 -1 78 10
|
PAGE "Causali Lavanderie" -1 -1 78 10
|
||||||
|
|
||||||
GROUPBOX DLG_NULL 90 4
|
GROUPBOX DLG_NULL 76 4
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 1 1 "@bDati Causale"
|
PROMPT 1 1 "@bDati Causale"
|
||||||
END
|
END
|
||||||
@ -20,11 +20,13 @@ BEGIN
|
|||||||
INPUT CODTAB F_COD_CAUSALE
|
INPUT CODTAB F_COD_CAUSALE
|
||||||
DISPLAY "Codice@8" CODTAB
|
DISPLAY "Codice@8" CODTAB
|
||||||
DISPLAY "Descrizione@50" S0
|
DISPLAY "Descrizione@50" S0
|
||||||
|
DISPLAY "Descr. breve@10" S3
|
||||||
DISPLAY "Ritiro@C" B0
|
DISPLAY "Ritiro@C" B0
|
||||||
DISPLAY "Consegna@C" B1
|
DISPLAY "Consegna@C" B1
|
||||||
DISPLAY "Reso@C" B2
|
DISPLAY "Reso@C" B2
|
||||||
OUTPUT F_COD_CAUSALE CODTAB
|
OUTPUT F_COD_CAUSALE CODTAB
|
||||||
OUTPUT F_DES_CAUSALE S0
|
OUTPUT F_DES_CAUSALE S0
|
||||||
|
OUTPUT F_DES_BREVE S3
|
||||||
OUTPUT F_CAUSALE_RITIRO S1
|
OUTPUT F_CAUSALE_RITIRO S1
|
||||||
OUTPUT F_CAUSALE_CONSEGNA S2
|
OUTPUT F_CAUSALE_CONSEGNA S2
|
||||||
FIELD CODTAB
|
FIELD CODTAB
|
||||||
@ -34,11 +36,12 @@ END
|
|||||||
|
|
||||||
STRING F_DES_CAUSALE 50
|
STRING F_DES_CAUSALE 50
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 2 3 "Descrizione "
|
PROMPT 17 2 ""
|
||||||
HELP "Inserire la descrizione della causale."
|
HELP "Inserire la descrizione della causale."
|
||||||
USE &CAU KEY 2
|
USE &CAU KEY 2
|
||||||
INPUT S0 F_DES_CAUSALE
|
INPUT S0 F_DES_CAUSALE
|
||||||
DISPLAY "Descrizione@50" S0
|
DISPLAY "Descrizione@50" S0
|
||||||
|
DISPLAY "Descr. breve@10" S3
|
||||||
DISPLAY "Codice@8" CODTAB
|
DISPLAY "Codice@8" CODTAB
|
||||||
DISPLAY "Ritiro@C" B0
|
DISPLAY "Ritiro@C" B0
|
||||||
DISPLAY "Consegna@C" B1
|
DISPLAY "Consegna@C" B1
|
||||||
@ -49,6 +52,15 @@ BEGIN
|
|||||||
KEY 2
|
KEY 2
|
||||||
END
|
END
|
||||||
|
|
||||||
|
STRING F_DES_BREVE 10
|
||||||
|
BEGIN
|
||||||
|
PROMPT 2 3 "Descrizione breve "
|
||||||
|
HELP "Inserire la descrizione breve della causale."
|
||||||
|
CHECKTYPE NORMAL
|
||||||
|
FIELD S3
|
||||||
|
KEY 2
|
||||||
|
END
|
||||||
|
|
||||||
GROUPBOX DLG_NULL 90 4
|
GROUPBOX DLG_NULL 90 4
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 1 5 "@b Ritiro"
|
PROMPT 1 5 "@b Ritiro"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user