Patch level : 12.0 338

Files correlati     : 
Commento            : Commentato TProgress_monitor durante la creazione di un cursore, pur non vedendosi la finestrella il focus viene perso e crea problemi nello spostamento con la tastiera.
Questo ha causato una serie di rilasci potenzialmente buggati, questa modifica risale al 27/09/2016 (commit: 23318)

git-svn-id: svn://10.65.10.50/branches/R_10_00@23574 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
mtollari 2017-02-02 15:55:02 +00:00
parent 2a32c54e5d
commit 20e606fc12

View File

@ -1130,13 +1130,13 @@ TRecnotype TCursor::buildcursor(TRecnotype rp)
TString msg("Elaborazione ");
TDir d(_if->lfile().num());
msg << d.des();
//msg << d.des();
TProgress_monitor pi(items, msg);
//TProgress_monitor pi(items, msg);
while (!DB_index_eof(fhnd))
{
pi.add_status();
//pi.add_status();
const char *s0 = DB_index_getkey(fhnd);
if (l && (strncmp(to(), s0, l) < 0))
break;