[AccessD] Windows in Taskbar

Chris Mackin chris at denverdb.com
Wed Mar 19 10:18:00 CST 2003


This will work:

Application.SetOption "ShowWindowsInTaskBar", False

Chris Mackin
Denver Database Consulting, LLC
www.denverdb.com

-----Original Message-----
From: accessd-admin at databaseadvisors.com
[mailto:accessd-admin at databaseadvisors.com]On Behalf Of Swisher, Timothy B.
Sent: Wednesday, March 19, 2003 9:08 AM
To: 'accessd at databaseadvisors.com'
Subject: RE: [AccessD] Windows in Taskbar


Maybe I am missing something, but I get a compile error with the
"Application.ShowWindowsInTaskbar = False" statement.  What am I doing
wrong?

Tim
-----Original Message-----
From: Mark Whittinghill [mailto:mwhittinghill at symphonyinfo.com]
Sent: Tuesday, March 18, 2003 4:14 PM
To: accessd at databaseadvisors.com
Subject: Re: [AccessD] Windows in Taskbar


Application.ShowWindowsInTaskbar = False

You may want to save the user's setting at startup to a global variable or
table, and set it back when they exit.


For example, on startup

MyVariable = Application.ShowWindowsInTaskbar
Application.ShowWindowsInTaskbar = False


Then on your exiting code
Application.ShowWindowsInTaskbar = MyVariable
----- Original Message -----
From: Swisher, Timothy B.
To: accessd at databaseadvisors.com
Sent: Tuesday, March 18, 2003 2:49 PM
Subject: [AccessD] Windows in Taskbar


Hello Group,
Anyone know how to programmatically unselect the "Windows in Taskbar"
option.  I am trying to work around the bug that shows the database window
even if it is hidden when the user click one of the windows in taskbar.  The
fix is to uncheck this option on the database, but I can not go to each
client machine and do that.  My development machine is A2K and I have some
users with AXP that can now get to the database window.  TIA.
Tim Swisher
Application & Software Engineer
Gannett Fleming
Email: tswisher at gfnet.com
Website: www.GANCOM.com
Voice: (717) 763-7226 Ext 2057
Toll Free: (800) 446-9236 Ext 2057
Fax: (717) 763-8150






More information about the AccessD mailing list