TRUE -> true
git-svn-id: svn://10.65.10.50/branches/R_10_00@23121 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
4537d255f5
commit
a95d8aa36f
@ -1,5 +1,4 @@
|
|||||||
#include <currency.h>
|
#include <currency.h>
|
||||||
#include <defmask.h>
|
|
||||||
#include <diction.h>
|
#include <diction.h>
|
||||||
#include <prefix.h>
|
#include <prefix.h>
|
||||||
#include <progind.h>
|
#include <progind.h>
|
||||||
@ -170,7 +169,7 @@ bool TIntra_mask::on_field_event(TOperable_field& o, TField_event e, long jolly)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return TRUE;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
TIntra_mask::TIntra_mask(const char* name)
|
TIntra_mask::TIntra_mask(const char* name)
|
||||||
@ -399,7 +398,7 @@ bool TGenerazione_mask::genera_riepiloghi()
|
|||||||
const long items = cur.items();
|
const long items = cur.items();
|
||||||
if (items > 0)
|
if (items > 0)
|
||||||
{
|
{
|
||||||
TProgind pi(items, TR("Lettura movimenti intra..."), TRUE, TRUE);
|
TProgind pi(items, TR("Lettura movimenti intra..."), true, true);
|
||||||
cur.freeze();
|
cur.freeze();
|
||||||
for (cur = 0; cur.pos() < items; ++cur)
|
for (cur = 0; cur.pos() < items; ++cur)
|
||||||
{
|
{
|
||||||
@ -427,7 +426,7 @@ bool TGenerazione_mask::genera_riepiloghi()
|
|||||||
const int riepiloghi = _riep.sort();
|
const int riepiloghi = _riep.sort();
|
||||||
if (riepiloghi > 0)
|
if (riepiloghi > 0)
|
||||||
{
|
{
|
||||||
TProgind pi(riepiloghi, TR("Scrittura riepiloghi intra..."), false, TRUE);
|
TProgind pi(riepiloghi, TR("Scrittura riepiloghi intra..."), false, true);
|
||||||
TLocalisamfile riep(LF_RIEPRETT);
|
TLocalisamfile riep(LF_RIEPRETT);
|
||||||
riep.put("TIPO", tipo);
|
riep.put("TIPO", tipo);
|
||||||
riep.put("ANNO", anno_r);
|
riep.put("ANNO", anno_r);
|
||||||
@ -464,7 +463,7 @@ bool TGenerazione_mask::genera_riepiloghi()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
TGenerazione_mask::TGenerazione_mask()
|
TGenerazione_mask::TGenerazione_mask()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user