I’m having a bit of a problem with one of the option settings.
I set options from the OnOpen event of a StartUp form and the following work fine.
Application.SetOption "Confirm Action Queries", False
Application.SetOption "Confirm Record Changes", False
Application.SetOption "Confirm Document Deletions", False
Application.SetOption "Show Hidden Objects", False
However, I’m having trouble unchecking the “Windows in taskbar” option on the view tab.
Application.SetOption "Show Windows in taskbar", False
Doesn’t do the trick
Any ideas?
I set options from the OnOpen event of a StartUp form and the following work fine.
Application.SetOption "Confirm Action Queries", False
Application.SetOption "Confirm Record Changes", False
Application.SetOption "Confirm Document Deletions", False
Application.SetOption "Show Hidden Objects", False
However, I’m having trouble unchecking the “Windows in taskbar” option on the view tab.
Application.SetOption "Show Windows in taskbar", False
Doesn’t do the trick
Any ideas?