Corretto messaggio barra attesa

git-svn-id: svn://10.65.10.50/trunk@5230 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
augusto 1997-09-19 09:54:48 +00:00
parent bc98bf6532
commit c27589df67

View File

@ -27,6 +27,7 @@ public:
void calc_stats(const TDate& dfr, const TDate& dto);
};
void TRicalcolo_stats::open_files(int logicnum, ...)
{
va_list marker;
@ -80,7 +81,7 @@ bool TRicalcolo_stats::kill_stats(const TDate& dfr, const TDate& dto)
TCursor cur(&rel, "", 1, &recfrom, &recto);
const long items = cur.items();
TProgind pi(items, "Azzeramneto statistiche", FALSE, TRUE, 60);
TProgind pi(items, "Azzeramento statistiche", FALSE, TRUE, 60);
cur.freeze();
int err = NOERR;
@ -95,6 +96,7 @@ bool TRicalcolo_stats::kill_stats(const TDate& dfr, const TDate& dto)
return err == NOERR;
}
void TRicalcolo_stats::calc_stats(const TDate& dfr, const TDate& dto)
{
TRectype recfrom(LF_DOC), recto(LF_DOC);
@ -135,6 +137,7 @@ void TRicalcolo_stats::calc_stats(const TDate& dfr, const TDate& dto)
_agg.update();
}
bool TRicalcolo_stats::menu(MENU_TAG)
{
TMask m("sv2100a");