Patch level : 12.0 nopatch
Files correlati : ba1.exe Commento: migliorata protezione aggiornamento tracciati
This commit is contained in:
parent
ea9ff8ecf6
commit
208e9f8357
@ -2151,9 +2151,16 @@ int TSystemisamfile::update(
|
|||||||
{
|
{
|
||||||
TRecnotype ni = 0L;
|
TRecnotype ni = 0L;
|
||||||
TFilename tmpfname; tmpfname.temp("tf");
|
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());
|
err=DB_build(tmpfname, &wrec.rec());
|
||||||
|
close();
|
||||||
if (err != NOERR)
|
if (err != NOERR)
|
||||||
{
|
{
|
||||||
err=get_error(err);
|
err=get_error(err);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user