From 44e5fba5c3ea7fa2d6e0c8b946d4990af25ca2a0 Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Sun, 5 Mar 2023 16:27:23 +0100 Subject: [PATCH] Patch level : 12.0 nopatch Files correlati : Commento: sistemazione progetti e programmi che non si compilavano --- src/ef/ef0100.cpp | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/ef/ef0100.cpp b/src/ef/ef0100.cpp index a5775912b..5f4dab64c 100755 --- a/src/ef/ef0100.cpp +++ b/src/ef/ef0100.cpp @@ -474,6 +474,7 @@ bool TEffetti_mask::on_field_event(TOperable_field& o, TField_event e, long joll } } } + break; case F_DATASCAD: if (e == fe_close) { @@ -541,23 +542,6 @@ bool TEffetti_mask::on_field_event(TOperable_field& o, TField_event e, long joll if (e == fe_modify) sfield(F_SHEET_RIGHE).set_focusdirty(); break; - case F_IBAN_STATO: - if (mode() == MODE_MOD && e == fe_init) - { - TRelation * rel = app().get_relation(); - - if (rel != nullptr) - { - TRectype & rec = rel->lfile().curr(); - - if (rec.get(EFF_IBAN).empty()) - { - set(F_CODABI, rec.get(EFF_CODABI)); - set(F_CODCAB, rec.get(EFF_CODCAB)); - return true; - } - } - } case F_SHEET_RIGHE: return on_sheet_event(o, e, jolly); default: