Correzione maschere
git-svn-id: svn://10.65.10.50/trunk@797 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
744cbac27b
commit
29d720bce7
@ -148,7 +148,7 @@ bool TForm_editor::edit_relation()
|
|||||||
{
|
{
|
||||||
rel->print_on(s.rows_array());
|
rel->print_on(s.rows_array());
|
||||||
s.force_update();
|
s.force_update();
|
||||||
s.disable_cell(0, 2); s.disable_cell(0, 4);
|
s.disable_cell(0, 2); s.disable_cell(0, 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m.run() != K_ENTER || !m.dirty())
|
if (m.run() != K_ENTER || !m.dirty())
|
||||||
|
@ -13,7 +13,7 @@ BEGIN
|
|||||||
PROMPT 4 1 "Ditta "
|
PROMPT 4 1 "Ditta "
|
||||||
HELP "Codice ditta a cui si riferisce la delega"
|
HELP "Codice ditta a cui si riferisce la delega"
|
||||||
FIELD CODTAB[1,5]
|
FIELD CODTAB[1,5]
|
||||||
FLAGS "FR"
|
FLAGS "FRZ"
|
||||||
KEY 1
|
KEY 1
|
||||||
USE LF_NDITTE KEY 1
|
USE LF_NDITTE KEY 1
|
||||||
INPUT CODDITTA F_CODDITTA
|
INPUT CODDITTA F_CODDITTA
|
||||||
@ -138,6 +138,7 @@ BEGIN
|
|||||||
PROMPT 4 10 "Importo "
|
PROMPT 4 10 "Importo "
|
||||||
FIELD R0
|
FIELD R0
|
||||||
FLAGS "R"
|
FLAGS "R"
|
||||||
|
PICTURE "."
|
||||||
HELP "Importo versato"
|
HELP "Importo versato"
|
||||||
END
|
END
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ BEGIN
|
|||||||
FIELD R0
|
FIELD R0
|
||||||
FLAGS "R"
|
FLAGS "R"
|
||||||
HELP "Inserire la percentuale di imposta"
|
HELP "Inserire la percentuale di imposta"
|
||||||
WARNING "Almeno uno dei campi tra aliquota tipo e codice a cui ventilare deve essere specificato"
|
WARNING "Deve essere specificato almeno uno dei campi seguenti: aliquota, tipo, codice a cui ventilare"
|
||||||
VALIDATE ONEREQ_FUNC 3 FLD_TABIVA_R0 FLD_TABIVA_S6 LST_TABIVA_S1
|
VALIDATE ONEREQ_FUNC 3 FLD_TABIVA_R0 FLD_TABIVA_S6 LST_TABIVA_S1
|
||||||
END
|
END
|
||||||
|
|
||||||
|
@ -1,14 +1,9 @@
|
|||||||
#ifndef __CG0200_H
|
#ifndef __CG0200_H
|
||||||
#define __CG0200_H
|
#define __CG0200_H
|
||||||
|
|
||||||
//#define PZ_COMUNI 0
|
|
||||||
|
|
||||||
// posizione file comuni in _arrfiles
|
|
||||||
#define TCLI "C"
|
#define TCLI "C"
|
||||||
#define TFOR "F"
|
#define TFOR "F"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define F_TIPOCF 101
|
#define F_TIPOCF 101
|
||||||
#define F_CODCF 102
|
#define F_CODCF 102
|
||||||
#define F_RAGSOC 103
|
#define F_RAGSOC 103
|
||||||
@ -47,6 +42,7 @@
|
|||||||
#define F_RAGSOC1 132
|
#define F_RAGSOC1 132
|
||||||
#define F_CODABI 133
|
#define F_CODABI 133
|
||||||
#define F_CODBAN 134
|
#define F_CODBAN 134
|
||||||
|
#define F_DESBAN 140
|
||||||
#define F_CODVAL 136
|
#define F_CODVAL 136
|
||||||
#define F_FIDO 139
|
#define F_FIDO 139
|
||||||
#define F_LOCALITACF 144
|
#define F_LOCALITACF 144
|
||||||
@ -130,6 +126,7 @@
|
|||||||
#define F_CODCASS 221
|
#define F_CODCASS 221
|
||||||
#define F_CODFASS 222
|
#define F_CODFASS 222
|
||||||
#define F_TEMP 223
|
#define F_TEMP 223
|
||||||
|
#define F_DESTACF 224
|
||||||
|
|
||||||
#define DLG_RIC 300
|
#define DLG_RIC 300
|
||||||
#define DLG_CST 301
|
#define DLG_CST 301
|
||||||
|
Loading…
x
Reference in New Issue
Block a user