From a717d84a162c15bdacabbbf7f0614758ce04a7f0 Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Tue, 23 Dec 2025 00:46:57 +0100 Subject: [PATCH] Patch level : 12.00 1400 Files correlati : ba8.exe Commento : Corretta generazione report --- src/ba/ba8301.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ba/ba8301.cpp b/src/ba/ba8301.cpp index 10788507b..64aba3842 100755 --- a/src/ba/ba8301.cpp +++ b/src/ba/ba8301.cpp @@ -773,7 +773,7 @@ bool TReport_field_mask::on_field_event(TOperable_field& o, TField_event e, long } break; case F_LIST: - if (e == fe_close) + if (e == fe_close && page_enabled(3)) { TSheet_field& sheet = sfield(F_LIST); TAssoc_array ass;