Corretto MI2203, relativo alla sparizione della maschera di dettaglio.

git-svn-id: svn://10.65.10.50/trunk@3753 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-10-11 07:56:30 +00:00
parent 1155e67765
commit 2fa504c8d3

View File

@ -365,10 +365,13 @@ bool Visliq_app::sel_mese_sh1 (TMask_field& f, KEY k)
}
else ok = TRUE;
if (ok)
app().vis_one(month);
TMask& sm = sh.sheet_mask();
if (ok)
{
if (sm.is_running()) sm.stop_run(K_ENTER);
app().vis_one(month);
}
app().set_liq_rows(sh);
if (sm.is_running())
@ -426,10 +429,13 @@ bool Visliq_app::sel_mese_sh2 (TMask_field& f, KEY k)
}
else ok = TRUE;
if (ok)
app().vis_one(month);
TMask& sv = sh.sheet_mask();
if (ok)
{
if (sv.is_running()) sv.stop_run(K_ENTER);
app().vis_one(month);
}
app().set_vers_rows(sh);
if (app().look_del(month, /* sel == (sh.items() - 1) ? 7 : */ 1))