Hi Pete, > Thanks for the reply by the way. I appreciate it.
My pleasure. > Auto-complete - I have turned on the functionality that you > mentioned. However, it cannot be tied to the IE functionality > (though perhaps it was, and is broken). It simply doesn't > provide that functionality at all. Let me know if any of these fix it... Addresses Are Not Resolved When the AutoComplete Feature Is Enabled http://support.microsoft.com/?scid=kb;en-us;230592 Disabling or Enabling the AutoComplete or Inline AutoComplete Feature http://support.microsoft.com/?scid=kb;en-us;237553 BUG: AutoComplete Does Not Work When You Use Script to Submit a Form http://support.microsoft.com/?scid=kb;en-us;329156 I've added this particular method to search.htm in CVS, so the next version will handle this correctly. To add it yourself open search.htm in notepad, search for "function def()" and go down a few lines, after " var t = document.deff.q.value;" - and add the following two lines to the document: // store query in the windows autocomplete cache (MSKB:Q329156) window.external.AutoCompleteSaveForm(deff); This will only work for those records you've actually submitted into the form. It will pick up c:\stuff.txt if you've opened it in DQSD before - but won't autodetect it. I am wondering if the autocomplete for the file-system only applies to windows forms, and not web-forms (which would prevent it from working for building actual paths without code in DQSD). If so we can probably code something up. > TaskBar Activate - Let me know if there is anything I can do. Will do. Regards, Shawn K. Hall http://ReliableAnswers.com/ '// ======================================================== "Optimists are right. So are pessimists. It's up to you to choose which you will be." -- Harvey Mackay ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ To unsubscribe visit: https://lists.sourceforge.net/lists/listinfo/dqsd-users [EMAIL PROTECTED] http://sourceforge.net/mailarchive/forum.php?forum_id=8601
