Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Options problem 1

Status
Not open for further replies.

SmallTime

Technical User
May 17, 2004
127
GB
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?
 
This is Access 2000:
Application.SetOption "ShowWindowsInTaskbar", False
 
Hi Ya Remou

Thanks for your kind help again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top