Corretto errore MI0982.
git-svn-id: svn://10.65.10.50/trunk@3135 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
e1718555ea
commit
4f02d461a4
@ -41,6 +41,7 @@ bool TLiquidazione_app::set_deleghe()
|
|||||||
{
|
{
|
||||||
case DLG_SELECT:
|
case DLG_SELECT:
|
||||||
|
|
||||||
|
_ditte->disable(DLG_USER); // disabilita il pulsante <<Tutti>>
|
||||||
_ditte->run();
|
_ditte->run();
|
||||||
for (j = 0l; j < _ditte->items(); j++)
|
for (j = 0l; j < _ditte->items(); j++)
|
||||||
if (_ditte->checked(j)) _selected.set(j);
|
if (_ditte->checked(j)) _selected.set(j);
|
||||||
|
@ -102,7 +102,7 @@ bool VersAcc_app::create()
|
|||||||
|
|
||||||
_ditte = new TArray_sheet(-1, -1, -4, -4, "Selezione Ditte",
|
_ditte = new TArray_sheet(-1, -1, -4, -4, "Selezione Ditte",
|
||||||
"@1|Cod.@5R|Ragione Sociale@50|Vers.");
|
"@1|Cod.@5R|Ragione Sociale@50|Vers.");
|
||||||
|
_ditte->disable(DLG_USER); // disabilita il pulsante <<Tutti>>
|
||||||
_ver = new TInteressi_IVA_table();
|
_ver = new TInteressi_IVA_table();
|
||||||
_del = new TTable("%DEL");
|
_del = new TTable("%DEL");
|
||||||
_lia = new TTable("%LIA");
|
_lia = new TTable("%LIA");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user