Corretto errore MI0982.

git-svn-id: svn://10.65.10.50/trunk@3135 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-07-02 16:57:57 +00:00
parent e1718555ea
commit 4f02d461a4
2 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,8 @@ bool TLiquidazione_app::set_deleghe()
switch (k)
{
case DLG_SELECT:
_ditte->disable(DLG_USER); // disabilita il pulsante <<Tutti>>
_ditte->run();
for (j = 0l; j < _ditte->items(); j++)
if (_ditte->checked(j)) _selected.set(j);

View File

@ -102,7 +102,7 @@ bool VersAcc_app::create()
_ditte = new TArray_sheet(-1, -1, -4, -4, "Selezione Ditte",
"@1|Cod.@5R|Ragione Sociale@50|Vers.");
_ditte->disable(DLG_USER); // disabilita il pulsante <<Tutti>>
_ver = new TInteressi_IVA_table();
_del = new TTable("%DEL");
_lia = new TTable("%LIA");