W
Winnetou
I created a function to back up all linked BE databases. Among other
things, the function closes any open forms before it invokes the
FileCopy statement.
The function works fine from the debug window. However, when the
function is called from a command bar button, I get a Permission
denied error (Error 70).
I tried to add a 1 s timeout to no avail. What could explain this
behavior? Does the command bar somehow prevent forms from closing or
does it keep some locks open?
Thanks for any suggestions.
Mark
things, the function closes any open forms before it invokes the
FileCopy statement.
The function works fine from the debug window. However, when the
function is called from a command bar button, I get a Permission
denied error (Error 70).
I tried to add a 1 s timeout to no avail. What could explain this
behavior? Does the command bar somehow prevent forms from closing or
does it keep some locks open?
Thanks for any suggestions.
Mark