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

  1. scousethemoose

    Boolean String To SQL

    Thanks for the clarification concerning parenthesis and operator precedence. So essentially if the function is passed. (((Indie OR Soul) AND Metal) AND Punk) AND (NOT HipHop) It should return: SELECT id FROM table WHERE activated = 1 AND (((Contains((column1,column2),"Indie") OR...
  2. scousethemoose

    Boolean String To SQL

    Hi everyone, Hopefully someone may be able to help me with this. I'm trying to write a function that will take the following boolean string and convert it to the SQL equivalent. eg: "Indie OR Soul AND Metal AND Punk AND NOT HipHop" I am using full text indexing and need to match across...
  3. scousethemoose

    Cross Browser Referencing

    Really appreciate your help on this Jeff. This is semi working now, I will post the updated code once I get it working. Cheers
  4. scousethemoose

    Cross Browser Referencing

    Hi everyone, I have been playing around with a tutorial I found for creating an xml tree. http://www.15seconds.com/issue/010921.htm The tutorial was IE focused and I have managed to convert it to support firefox. I can load and tranform the xml fine but I am having trouble trying to make the...
  5. scousethemoose

    Caching Issues with NAS drive

    Hi everyone, We have a windows 2000 server with IIS5 which we use for local testing. We recently moved our local websites to a NAS drive and are now experiencing caching. I have tried every solution I have googled and still we have a caching issue. Can anyone recommend what would be the best...
  6. scousethemoose

    Defanghtml_ ?

    Hi has anyone experienced this using Outlook 2003? I cant seem to find the cause of this issue, mail I receive from our server to certain email clients have defanghtml_ appended to some of the html. It is causing the html email to display incorrectly. Any reason why this would be happening...
  7. scousethemoose

    Date Settings for hosted Access Databases

    Hi I've yet to try it. It requires a server restart so am relunctant to do it until I know it will definately work. We just had a testing server running 2003 setup so I will try it on there first. Thanks
  8. scousethemoose

    Date Settings for hosted Access Databases

    Hi we have just migrated our access database sites from one windows 2003 server to another. Our Access sites now display the date in the american ('mm/dd/yyyy') date format not the british ('dd/mm/yyyy'). The regional settings for the server are correct is there something we have overlooked...
  9. scousethemoose

    Share Permissions Example

    Cheers thanks for your help, I have a look.. Just realised I posted in the wrong forum too.. Hope no one notices lol.
  10. scousethemoose

    Share Permissions Example

    Hi We have just set up a windows 2003 server in house for testing and to be used as a file store, with each machine in the workgroup accessing the servers shares. The server is visible in the workgroup however each time I try to connect it I get the standard "\\server is not accessible. You...
  11. scousethemoose

    Dynamically Returned Javascript is Undefined

    Hi I've solved my problem, I needed to declare the array in the main page and eachtime I callled the fucntion which needed to use the array I reinitialised it. Thanks for the response though
  12. scousethemoose

    Dynamically Returned Javascript is Undefined

    Hi I'm building an ajax based messsaging system at the moment, and am returning dynamically created javascript array written by an asp page. This script is put into the page using document.getElementBy('msgID').innerhtml = request.responseText. When I try to use the function which accesses...
  13. scousethemoose

    Disable Page Refresh Alert

    Sorry there was a typo in my previous post. I am refering to the browser generated alert which occurs when you hit refresh. It occurs because the page has postdata. I just want to prevent this alert.
  14. scousethemoose

    Disable Page Refresh Alert

    Hi I think you misundersatand. I mean the alert which the browser displays automatically on a page refresh. I have made the alert myself.
  15. scousethemoose

    Disable Page Refresh Alert

    Hi does anyone know of a way to disable the alert which pops up if you perform a page refresh?
  16. scousethemoose

    Best practice for sending bulk mail using SMTP Virtual Server

    Hi I'm not sure if this if the correct forum to post this question but hopefully someone can help or direct me to the right forum. Essentially this is my problem, we send a large volume of mail through our Windows 2000 server every day. One of of clients who has there own dedicated ip is having...
  17. scousethemoose

    Internet Settings File Generation

    Thanks I'll check it out...
  18. scousethemoose

    Internet Settings File Generation

    Hi Just started my new job and have inherited a project from the person I replaced which involved the dynamic generation of Internet Settings Files (.ins) for our clients. Ideally what I want to achieve is clients logon on to our company portal and view their account details and also their...
  19. scousethemoose

    Excel: Unmatched Lists

    It works great - thankyou for your help
  20. scousethemoose

    Excel: Unmatched Lists

    Thanks I'll give it a shot, and post how I get on.

Part and Inventory Search

Back
Top