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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pnjones

    FollowHyperlink Intermittently Causes Excel to Stop Responding

    I don't know the error code but good idea. I have added Error(Err) to the trap display.
  2. pnjones

    FollowHyperlink Intermittently Causes Excel to Stop Responding

    I have created an Excel VBA application which included links to Google Apps (Calendar, Contacts and Maps). Most of the time these links work fine, but intermittently one will cause Excel to stop responding, and I am forced to terminate the task with Task Manager. I included error traps that...
  3. pnjones

    IntelliCenter Programming Reference Manual

    Thanks talads. The Fujitsu F9600 and adjuncts were installed at this site many years ago and the IntelliCenter CD cannot be found. Also, there is no service contract so I'm not sure who I can contact. I was hoping that the IntelliCenter manual(s) might be publicly available in PDF format on a...
  4. pnjones

    IntelliCenter Programming Reference Manual

    Does anyone know of a decent reference manual for developing ACD routing using IntelliCenter? The online help is not very detailed and does not contain examples. Any leads appreciated! Paul Jones
  5. pnjones

    Basic Questions About DTS Import Wizard

    I am a newcomer to SQL and have been using the DTS Import Wizard to import data from CSV files and Excel worksheets into existing SQL database tables. For the most part it works well, but I have a few questions: 1. When there is an error in the incoming data, is there a way to get DTS to...
  6. pnjones

    TEXTAREA to HTML File Problem

    I created a wedding website for my niece with FrontPage 2002, which includes a guest book form with a TEXTAREA field to leave a message for the bride and groom. The form results are stored to an HTML file and also sent to an e-mail address in plain text format. It is working fine except when...
  7. pnjones

    I can't run Visio2002 on Win2000

    This is probably a long shot but what is your default printer? Last year I setup Windows 2000 on a new home computer, installed Visio 2002 and everything was working fine ... at first. My default printer at the time was attached to my old computer, and I accessed it from the new computer via...
  8. pnjones

    Pressing Enter Key Instead of Clicking Button

    A FINAL WORD: After persisting a little more I was able to get the NEVERSLEEP version to work with Netscape 4 also. It just needed method=&quot;post&quot; on the <form> tag. Everything works now, the Enter key and the Open button in all browsers (at least the ones that I have access to). Here...
  9. pnjones

    Pressing Enter Key Instead of Clicking Button

    I developed a workaround. It is crude but it works. I just replaced the entire <form> with JavaScript to write a different version of the form for Netscape 4. Otherwise it uses the NEVERSLEEP version: <script LANGUAGE=&quot;JavaScript&quot;> if ( document.layers ) {...
  10. pnjones

    Pressing Enter Key Instead of Clicking Button

    No error in netscrapy 4. It just doesn't respond at all when you click the Open button or press the Enter key. I tried adding <b>onclick=&quot;javascript:Verify()&quot;</b> to the submit button's <input> tag but that didn't help. Paul Jones
  11. pnjones

    Pressing Enter Key Instead of Clicking Button

    Thanks NEVERSLEEP, Yes, your second version did the trick. It works in IE 5.0, 5.5, 6.0, Opera 6, Netscape 6, and Mozilla 1.0. Unfortunately in Netscape 4.7 it now doesn't respond to Enter or the Open button. Do you have any thoughts on how to get it to work in Netscape 4? I would settle...
  12. pnjones

    Pressing Enter Key Instead of Clicking Button

    Hi Jemminger, Did you test it locally from your hard drive or did you go to the link http://www.jonestechnicalservices.com/testenter ? The original code does work OK when run from the hard drive but not from a web server. I have tested it with IE 5.0, 5.5, 6.0, Opera 6, Netscape 4.7, Netscape...
  13. pnjones

    Pressing Enter Key Instead of Clicking Button

    I know this question has been posed several times before, but I cannot get this to work. I am trying to allow the user to type a password, click a button called &quot;Open&quot; OR press the Enter key to link to another page. For simplicity I have created a page (see code below) which...
  14. pnjones

    Best Webhost/Domain Registar for FP Webs

    I am sure you will get lots of suggestions but for an independant comparison of web hosting companies try http://www.hostindex.com. I am also looking for a low cost option to host a .org site and am curious about http://www.powweb.com. They are offering a 200 MB plan including FrontPage...
  15. pnjones

    New to Visio 2002

    I have found that Adobe Acrobat is the best option when you want your users to be able to print diagrams posted on an intranet site. You need to purchase at least one copy of the full version of Acrobat to create the PDF versions of the diagrams, and your users need to have the free Adobe...
  16. pnjones

    FrontPage 2002 / IE 6 / IBM Thinkpad - Web Site Display Problem

    Web Site Display Problem Resolved! The theme used a 5x5 pixel white background image as well as a white background color. I don't know why it caused the symptom with my friend's computer, but eliminating the background image from the theme solved the problem. Thanks for your suggestions! Paul
  17. pnjones

    FrontPage 2002 / IE 6 / IBM Thinkpad - Web Site Display Problem

    Here is the screen shot from my friend: http://www.jonestechnicalservices.com/screenshot.gif Interesting. It looks like the &quot;spots&quot; (he says sometimes they look like dashes, sometimes dots) appear in the background wherever there is no graphic or background color. He also says...
  18. pnjones

    Visio diagrams in my Intranet

    This depends somewhat on which option you choose... Visio Viewer Option: If you decided to use the Visio Viewer Web Component, I suspect that you would just move/copy your .vsd files to a designated folder within your intranet site in much the same way as you are saving your .jpg files now...
  19. pnjones

    Is it possible to send a text file from the web to my pc?

    Perhaps I don't understand your question, but can't you just open the text file in your browser? If it is quick and convenient access you are looking for, you could even create a shortcut on your desktop that would look something like http://your domain name/foldername/forms_results.txt. If...
  20. pnjones

    Linking to Mapquest

    Sure, no problem. Good programmers are always welcome here! By the way, I just noticed that the MapQuest URL scheme is documented at http://www.mapquest.com/solutions/product.adp?page=linkfree. Paul

Part and Inventory Search

Back
Top