<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>
<META content="MSHTML 6.00.2715.400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><SPAN class=290155517-19032003><FONT face=Arial size=2>Apparently in AXP,
if you have the taskbar in windows checked, then click on one of the windows in
the taskbar from the app, the database window will show even if you have it
checked not to show. According to MS, it is a known problem (kb
# 313915), but the solution was to change the the setting from the options
window, which is not feasible for me. I can only make this happen on some
of my databases and only some of my clients have problems, so who
knows.</FONT></SPAN></DIV>
<DIV><SPAN class=290155517-19032003><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=290155517-19032003><FONT face=Arial
size=2>Tim</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT
face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Charlotte Foust
[mailto:cfoust@infostatsystems.com] <BR><B>Sent:</B> Wednesday, March 19, 2003
11:52 AM<BR><B>To:</B> accessd@databaseadvisors.com<BR><B>Subject:</B> RE:
[AccessD] Windows in Taskbar<BR><BR></FONT></DIV>
<DIV><SPAN class=705455016-19032003><FONT face="Comic Sans MS" color=#0000ff
size=2>Tim,</FONT></SPAN></DIV>
<DIV><SPAN class=705455016-19032003><FONT face="Comic Sans MS" color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=705455016-19032003><FONT face="Comic Sans MS" color=#0000ff
size=2>Is this something that only occurs if you develop in AXP? I've
migrated 97 apps to AXP and never seen this behavior. Out applications
hide the database window and I haven't found a way to show it by clicking on
something in the taskbar when the built-in menus, etc., are turned off.
</FONT></SPAN></DIV>
<DIV><SPAN class=705455016-19032003><FONT face="Comic Sans MS" color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=705455016-19032003><FONT face="Comic Sans MS" color=#0000ff
size=2>Charlotte Foust</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT
face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Swisher,
Timothy B. [mailto:tswisher@gfnet.com] <BR><B>Sent:</B> Wednesday, March 19,
2003 7:20 AM<BR><B>To:</B> 'accessd@databaseadvisors.com'<BR><B>Subject:</B>
RE: [AccessD] Windows in Taskbar<BR><BR></FONT></DIV>
<DIV><SPAN class=349131815-19032003><FONT face=Arial size=2>You can do that,
but when you click on one of the windows in the taskbar, the database window
reappears, even if you have it unchecked. I alos agree that it is
something I will need to turn off.</FONT></SPAN></DIV>
<DIV><SPAN class=349131815-19032003><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=349131815-19032003><FONT face=Arial
size=2>Tim</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT
face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Susan Zeller
[mailto:szeller@cce.umn.edu] <BR><B>Sent:</B> Wednesday, March 19, 2003
9:22 AM<BR><B>To:</B> accessd@databaseadvisors.com<BR><B>Subject:</B> RE:
[AccessD] Windows in Taskbar<BR><BR></FONT></DIV>
<DIV><SPAN class=140432014-19032003><FONT face=Arial color=#0000ff
size=2>Can't you also just uncheck the option for "display database
window" in the startup options? I'm in AXP and it works there.
</FONT></SPAN></DIV>
<DIV><SPAN class=140432014-19032003><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=140432014-19032003><FONT face=Arial color=#0000ff
size=2>If you do go the code route, I agree with Mark that you should be
sure to reset them to show on exit because this is a setting that will
affect any Access fiile they try to use.</FONT></SPAN></DIV>
<DIV><SPAN class=140432014-19032003><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=140432014-19032003><FONT face=Arial color=#0000ff
size=2>--Susan</FONT></SPAN></DIV>
<DIV><SPAN class=140432014-19032003><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT
face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Mark
Whittinghill [mailto:mwhittinghill@symphonyinfo.com] <BR><B>Sent:</B>
Tuesday, March 18, 2003 3:14 PM<BR><B>To:</B>
accessd@databaseadvisors.com<BR><B>Subject:</B> Re: [AccessD] Windows in
Taskbar<BR><BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Application.ShowWindowsInTaskbar =
False</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>You may want to save the user's setting at
startup to a global variable or table, and set it back when they
exit.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>For example, on startup</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>MyVariable =
Application.ShowWindowsInTaskbar</FONT></DIV>
<DIV><FONT face=Arial size=2>Application.ShowWindowsInTaskbar =
False</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Then on your exiting code</FONT></DIV>
<DIV><FONT face=Arial size=2>Application.ShowWindowsInTaskbar =
MyVariable</FONT></DIV>
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=tswisher@gfnet.com href="mailto:tswisher@gfnet.com">Swisher,
Timothy B.</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=accessd@databaseadvisors.com
href="mailto:accessd@databaseadvisors.com">accessd@databaseadvisors.com</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Tuesday, March 18, 2003
2:49 PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> [AccessD] Windows in
Taskbar</DIV>
<DIV><BR></DIV>
<P><FONT face=Arial size=2>Hello Group, </FONT></P>
<P><FONT face=Arial size=2>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.</FONT></P>
<P><B><FONT face=Arial size=2>Tim Swisher</FONT></B> <BR><FONT
face=Arial size=2>Application & Software Engineer</FONT> <BR><FONT
face=Arial size=2>Gannett Fleming</FONT> <BR><FONT face=Arial
size=2>Email: </FONT><A href="mailto:tswisher@gfnet.com"><U><FONT
face=Arial color=#0000ff size=2>tswisher@gfnet.com</FONT></U></A>
<BR><FONT face=Arial size=2>Website: </FONT><A
href="http://www.gancom.com/"><U><FONT face=Arial color=#0000ff
size=2>www.GANCOM.com</FONT></U></A> <BR><FONT face=Arial
size=2>Voice: (717) 763-7226 Ext 2057</FONT> <BR><FONT face=Arial
size=2>Toll Free: (800) 446-9236 Ext 2057</FONT> <BR><FONT face=Arial
size=2>Fax: (717) 763-8150</FONT><FONT face=Arial size=2>
</FONT></P></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>