From 352fb7c0db7ca9a6ab16d7df136d507b6980e154 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 31 Jul 2008 08:11:15 +0000 Subject: [PATCH] Patch level : 10.0 100 Files correlati : cg3.exe Ricompilazione Demo : [ ] Commento : Bug 0000868 e si imposta un conto / cliente / fornitore senza movimenti in scheda , al momento della conferma , appare la segnalazione di errore allegata git-svn-id: svn://10.65.10.50/trunk@16981 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg3600.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cg/cg3600.cpp b/cg/cg3600.cpp index f095b5bb8..387fc8a79 100755 --- a/cg/cg3600.cpp +++ b/cg/cg3600.cpp @@ -2602,7 +2602,8 @@ void TQuery_mask::do_query(TGrid_mask& gm) conto.set(gm, F_GRUPPO, F_CONTO, F_SOTTOCONTO, 0, F_DESSOTTOC); gm.grid().read(conto, annoes, da_data, a_data, da_caus, a_caus, provv); - + + gm.first_focus(DLG_NEWREC); gm.run(); }