Correzione maschere

git-svn-id: svn://10.65.10.50/trunk@797 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1994-12-28 11:00:21 +00:00
parent 744cbac27b
commit 29d720bce7
25 changed files with 9714 additions and 9716 deletions

View File

@ -148,7 +148,7 @@ bool TForm_editor::edit_relation()
{
rel->print_on(s.rows_array());
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())
@ -191,7 +191,7 @@ bool TForm_editor::edit_relation()
rel->add(logicnum, exp, key, to, alias); // join file
else
rel->add(name, exp, key, to, alias); // join table
}
}
}
return TRUE;

View File

@ -13,7 +13,7 @@ BEGIN
PROMPT 4 1 "Ditta "
HELP "Codice ditta a cui si riferisce la delega"
FIELD CODTAB[1,5]
FLAGS "FR"
FLAGS "FRZ"
KEY 1
USE LF_NDITTE KEY 1
INPUT CODDITTA F_CODDITTA
@ -138,6 +138,7 @@ BEGIN
PROMPT 4 10 "Importo "
FIELD R0
FLAGS "R"
PICTURE "."
HELP "Importo versato"
END

View File

@ -92,10 +92,10 @@ NUMBER FLD_TABIVA_R0 6 2
BEGIN
PROMPT 3 4 "Aliquota "
FIELD R0
FLAGS "R"
FLAGS "R"
HELP "Inserire la percentuale di imposta"
WARNING "Almeno uno dei campi tra aliquota tipo e codice a cui ventilare deve essere specificato"
VALIDATE ONEREQ_FUNC 3 FLD_TABIVA_R0 FLD_TABIVA_S6 LST_TABIVA_S1
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
END
NUMBER FLD_TABIVA_I0 2

View File

@ -1,28 +1,23 @@
#ifndef __CG0200_H
#define __CG0200_H
//#define PZ_COMUNI 0
#define TCLI "C"
#define TFOR "F"
// posizione file comuni in _arrfiles
#define TCLI "C"
#define TFOR "F"
#define F_TIPOCF 101
#define F_CODCF 102
#define F_RAGSOC 103
#define F_INDCF 104
#define F_CIVCF 105
#define F_STATOCF 106
#define F_COMCF 107
#define F_CAPCF 108
#define F_COFI 109
#define F_TIPOCF 101
#define F_CODCF 102
#define F_RAGSOC 103
#define F_INDCF 104
#define F_CIVCF 105
#define F_STATOCF 106
#define F_COMCF 107
#define F_CAPCF 108
#define F_COFI 109
#define F_STATOPAIV 110
#define F_PAIV 111
#define F_PAIV 111
#define F_TIPOPERS 112
#define F_ALLEG 113
#define F_GRUPPO 114
#define F_GRUPPO 114
#define F_CONTO 115
#define F_DESCONTO 137
#define F_GRUPPORIC 116
@ -30,29 +25,30 @@
#define F_SOTTOCRIC 118
#define F_DESCRIC 138
#define F_TIPOAPER 119
#define F_TIPOAPER 119
#define F_CODANAGPER 120
#define F_PTEL 121
#define F_TEL 122
#define F_PFAX 123
#define F_FAX 124
#define F_PTELEX 125
#define F_TELEX 126
#define F_DATANASC 127
#define F_STATONASC 128
#define F_COMNASC 129
#define F_DENCOMNASC 135
#define F_CODSTAT 130
#define F_CODPAG 131
#define F_RAGSOC1 132
#define F_CODABI 133
#define F_CODBAN 134
#define F_CODVAL 136
#define F_FIDO 139
#define F_LOCALITACF 144
#define F_CODAG 145
#define F_SOSPESO 146
#define F_CODALLEG 148
#define F_PTEL 121
#define F_TEL 122
#define F_PFAX 123
#define F_FAX 124
#define F_PTELEX 125
#define F_TELEX 126
#define F_DATANASC 127
#define F_STATONASC 128
#define F_COMNASC 129
#define F_DENCOMNASC 135
#define F_CODSTAT 130
#define F_CODPAG 131
#define F_RAGSOC1 132
#define F_CODABI 133
#define F_CODBAN 134
#define F_DESBAN 140
#define F_CODVAL 136
#define F_FIDO 139
#define F_LOCALITACF 144
#define F_CODAG 145
#define F_SOSPESO 146
#define F_CODALLEG 148
#define F_OCCASIONALE 149
#define F_DENCOMCF 150
#define F_PROVCF 152
@ -130,6 +126,7 @@
#define F_CODCASS 221
#define F_CODFASS 222
#define F_TEMP 223
#define F_DESTACF 224
#define DLG_RIC 300
#define DLG_CST 301

View File

@ -83,7 +83,7 @@ bool CG4100_App::create()
_msk = new TMask(_optype == 'S' ? "cg4100b" : "cg4100a");
dispatch_e_menu(MENU_ITEM(1));
dispatch_e_menu(MENU_ITEM(1));
return TRUE;
}