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 strongm 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: *

  • Users: PaulHerschell
  • Order by date
  1. PaulHerschell

    Word / Excel OLE Problem

    Thanks for that. Yes the problem does indeed seem to be related to anti-virus software, although not as the Microsoft article suggests of my signature files being out of date as they are updated automatically by Mcafee, it appears that a virus actually got through and managed to switch off my...
  2. PaulHerschell

    Word / Excel OLE Problem

    I am having a problem with Excel OLE objects stored in Word documents. If I create a blank Word document I can use insert, object, Microsoft Excel Worksheet to add an Excel object. This immediately takes me into editing mode and I am able to change the contents of the worksheet object. If I then...
  3. PaulHerschell

    Databases and search engines

    Thanks. Didn't realise that forum existed. Looks very useful. Paul
  4. PaulHerschell

    Databases and search engines

    Tviman, Thanks for the quick response. Just to clarify though, I appreciate that spiders can only spider HTML, however, with ASP (and I assume similar scripting tools) the concept is that they run and generate pure HTML to output in the browser. If my ASP page opens a database and displays a...
  5. PaulHerschell

    Databases and search engines

    My site uses ASP to interogate databases to display the content on certain pages. Question 1 - If information is returned from a database rather than hard coded HTML, for example, does it get catalogued in the search engines or is it ignored because the crawlers do not crawl database contents...
  6. PaulHerschell

    Search Engines and Redirects

    My company has recently changed names and as a consequence I have registered a new domain under the new company name. I decided to keep the old web site (in a reduced form) and include a link through to the new one in the hope that this would give me two search engine entries rather than one. I...
  7. PaulHerschell

    Comments in Style Sheets

    I have a style sheet that I distribute to users with an application. I want to encourage users to modify their own style sheets if they wish to customise the look and feel of the application without going near my ASP pages. Is it possible to include comment lines in a CSS and if so what is the...
  8. PaulHerschell

    CDO and Error Handling

    Mike, Thanks for that. A picture is slowly starting to emerge although I am not sure if I am quite where I want to be yet. Perhaps I should clarify what I am doing. I wrote an app that sends batches of emails to selections in my VFP tables using Automation and Outlook 2000 or above. It worked...
  9. PaulHerschell

    Why Does CDO Bypass Outlook Security

    Mike, Thanks for the more detailed response. I am still not sure whether I am more confused now than when I started. Yes I understand that CDO is a lower level function but it must still talk to something to find out which SMTP server to use, what is the user name, what is the password etc. I...
  10. PaulHerschell

    CDO and Error Handling

    Mike, I have followed your link but to be honest it gets a bit heavy and I am finding it difficult to extract the answers that I am looking for. The document also talks about CDO being used for Exchange whereas the environment that I am using here and many customers will be using does not use...
  11. PaulHerschell

    Why Does CDO Bypass Outlook Security

    Mike, This does not answer my question but simply raises more questions. The link you posted takes me to an area where I see a download for a CDO security update. Q1. This appears to be a separate update to the standard Outlook update at which introduced a the security patch that affected...
  12. PaulHerschell

    CDO and Error Handling

    I think from my tests CDO will work regardless of whether Outlook is running or not and regardless of whether there is a live internet connection. It simply sits in a hidden outbox much the same way with automation it sits in a visible outbox until ready to go. Is this assumption correct? What...
  13. PaulHerschell

    Why Does CDO Bypass Outlook Security

    I have just started using CDO to bypass the Outlook security issue when I send an email from VFP6. Its so simple and I cannot understand why I didn't do it many months ago and save myself and customers so much grief. Before releasing this though, I just have one concern - if Microsoft introduced...
  14. PaulHerschell

    .HTMLBody for sending emails thru Outlook

    Just answered my own question I think. As a last resort I tried resetting .body before setting .htmlbody ie .body = &quot;&quot; .htmlbody = &quot;<HTML><H2>My HTML page.</H2><BODY>My body.</BODY></HTML>&quot; This seemed to do the trick. No idea why as the mail item has just been created so I...
  15. PaulHerschell

    .HTMLBody for sending emails thru Outlook

    Did you ever overcome this. I seem to be experiencing exactly the same with the .htmlbody tag i.e. blank messages and I to have removed my .body tag which was working and replaced it simply with .htmlbody = &quot;<HTML><H2>My HTML page.</H2><BODY>My body.</BODY></HTML>&quot; as per the FAQ on...
  16. PaulHerschell

    How To Close A Browser Window

    Excellent. Thanks for that.
  17. PaulHerschell

    How To Close A Browser Window

    I have a browser window that puts a message on the screen and then I want the user to be able to close the window by clicking on a close button or perhaps a graphic. Can I use VB Script or is Javascript required? Can anybody tell me what syntax is required to do this? Any help appreciated...
  18. PaulHerschell

    Door Access Control Software

    Kilroy, Thanks for the link. Access database? Sounds a bit more friendly than some of things I have been looking at even if its not well written. Does the company have its own web site outside of AllProducts.com do you know? I did some searches for their company name and found links to a site...
  19. PaulHerschell

    Door Access Control Software

    Mike, Started off with the internet search several weeks ago. Problem is many of the ones listed are 3rd party installers not manufacturers and have very limited knowledge about the software area if any at all so a lot of time was wasted. Several were however helpful and pointed me in the...
  20. PaulHerschell

    Door Access Control Software

    Does anyone have experience of interfacing their Visual FoxPro software with any door access control software. I want my app to allow access to an entry door based on whether the contact's membership is paid up or not. Initially I started looking at a number of the big names in this area like...

Part and Inventory Search

Back
Top