Patch level : 12.0 nopatch

Files correlati     : ba1.exe

Commento:
migliorata protezione aggiornamento tracciati
This commit is contained in:
Alessandro Bonazzi 2022-06-17 16:01:53 +02:00
parent ea9ff8ecf6
commit 208e9f8357

View File

@ -2151,9 +2151,16 @@ int TSystemisamfile::update(
{
TRecnotype ni = 0L;
TFilename tmpfname; tmpfname.temp("tf");
err = open(_excllock);
if (err != NOERR)
{
error_box(FR("Non posso convertire %s errore n.ro %d"),
(const char*)filename(), err);
return err;
}
err=DB_build(tmpfname, &wrec.rec());
close();
if (err != NOERR)
{
err=get_error(err);