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 {