Correzioni per nuovi librerie con XI.
git-svn-id: svn://10.65.10.50/trunk@2864 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
d9425ffdaa
commit
9ac776eaa4
@ -65,7 +65,7 @@ bool TLiquidazione_app::user_create()
|
||||
_nditte_r = &(_nditte->curr());
|
||||
_att_r = &(_nditte->curr(LF_ATTIV));
|
||||
|
||||
_ditte = new TArray_sheet(-1, -1, 0, 0, "Selezione Ditte",
|
||||
_ditte = new TArray_sheet(-1, -1, 0, 16, "Selezione Ditte",
|
||||
"@1|Cod.@5R|Ragione Sociale@50|Vers.");
|
||||
_n_ditte = 0l;
|
||||
|
||||
@ -445,7 +445,7 @@ long TLiquidazione_app::select_firm_range(long from, long to, wht freq)
|
||||
|
||||
for (int i = 0; i < _ditte->items(); i++)
|
||||
{
|
||||
if (_ditte->disabled(i))
|
||||
if (_ditte->row_disabled(i))
|
||||
continue;
|
||||
|
||||
TToken_string& d = _ditte->row(i);
|
||||
@ -657,7 +657,7 @@ void TLiquidazione_app::build_ditte_sheet(wht what)
|
||||
d->insert(" |", 0);
|
||||
|
||||
const long pos = _ditte->add(d);
|
||||
if (unselectable) _ditte->disable(pos);
|
||||
if (unselectable) _ditte->disable_row(pos);
|
||||
else if (_selected[i]) _ditte->check(pos);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user