Errores solucionados

This commit is contained in:
Juan Ferrer Toribio 2017-09-25 13:45:26 +02:00
parent e38a7e9820
commit 7c7763eb0a
1 changed files with 8 additions and 2 deletions

View File

@ -348,8 +348,14 @@ var App =
this._disableUi (false);
try {
if (this.fso.fileExists (this.mdbFile))
this.openMdb ();
}
catch (e)
{
this.showMessage (e.message);
}
},
openMdb: function ()