From a3655d64c6f81e1cbabeec42623e398af7d6ec5a Mon Sep 17 00:00:00 2001 From: angelo Date: Thu, 6 Jun 1996 08:49:56 +0000 Subject: [PATCH] Corretta dimensione TCursor_sheet per clienti/fornitori git-svn-id: svn://10.65.10.50/trunk@2968 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- sc/scselect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc/scselect.cpp b/sc/scselect.cpp index 30dee8446..02816c16a 100755 --- a/sc/scselect.cpp +++ b/sc/scselect.cpp @@ -24,9 +24,9 @@ TSelection_mask::TSelection_mask(const char* name) _for_cur_k1 = new TCursor(_clifo_rel, "", 1, &filter, &filter); _for_cur_k2 = new TCursor(_clifo_rel, "", 2, &filter, &filter); _for_sh_k1 = new TCursor_sheet(_for_cur_k1, " |CODCF|RAGSOC", "Selezione fornitori per codice", - "@1|Codice|Ragione Sociale@50"); + "@1|Codice|Ragione Sociale@50",0,1); _for_sh_k2 = new TCursor_sheet(_for_cur_k2, " |RAGSOC|CODCF", "Selezione fornitori per ragione sociale", - "@1|Ragione Sociale@50|Codice"); + "@1|Ragione Sociale@50|Codice",0,1); } else {