Hello,

I'm trying execute some basic commands working with a web database, such as:

Application.RunCommand acCmdToggleCacheListData

or

Application.RunCommand acCmdToggleOffline

I get the following error message:
run-time error 2046
the command or action 'ToggleCacheListData' isn't available now.
or
the command or action 'ToggleOffline' isn't available now, respectively.



Any suggestions how to make it work?
Thanks!!