Corretta dimensione TCursor_sheet per clienti/fornitori
git-svn-id: svn://10.65.10.50/trunk@2968 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
f22dc0401e
commit
a3655d64c6
@ -24,9 +24,9 @@ TSelection_mask::TSelection_mask(const char* name)
|
|||||||
_for_cur_k1 = new TCursor(_clifo_rel, "", 1, &filter, &filter);
|
_for_cur_k1 = new TCursor(_clifo_rel, "", 1, &filter, &filter);
|
||||||
_for_cur_k2 = new TCursor(_clifo_rel, "", 2, &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",
|
_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",
|
_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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user