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 wOOdy-Soft 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

    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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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?
  9. 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...
  10. 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...
  11. scousethemoose

    Excel: Unmatched Lists

    Hi I've been looking around the forum and cant seem to get my head around this even after trying some of the solutions. What I want to be able to do is compare two lists and then show me the actual values not contained in the first list. eg: Column A 1 Apple 2 Pear...
  12. scousethemoose

    Accessing the comment dialog for a document version

    Hi I'm currently working on a more usable versioning tool for Microsoft Word. I have almost finshed it but I have reached a brick wall. I'm trying to display the comment dialog which is displayed for a specific version when the user clicks view comments command button. I can access the...
  13. scousethemoose

    Open document as hidden

    Hi I'm using Word 97 and I'm trying to open a document as hidden. I have found this code but I think it only works with Word 2000. Documents.Open("C:\Test 1.doc", Visible:=False) Does anyone know the code for word 97 if it is even possible? Thanks
  14. scousethemoose

    Batch versioning word documents

    Hi does anyone know of a way to version multiple word documents at the same time. I have over 500 documents which all need to be versioned. If someone could point me in the right direction that world be great.
  15. scousethemoose

    Date comparison

    Hi heres my problem hopefully someone can point me in the right direction. I get the current date and time using date("H:i m/d/Y"). I then try to compare it to another date and time I create myself. eg date("H:i m/d/Y", mktime(21,00,00,11,28,2004)) Heres a scaled down version of my code...
  16. scousethemoose

    Mouse X and Y Within a div

    Hi pretty quick question, all I need to know is if it is possible to capture the x and y co-ordinates of the mouse from within a div. I want to be able to be able to place objects at these co-ordinates. Can someone point me in the right direction?
  17. scousethemoose

    Sessions variables and repeated form fields

    Heres my problem, I think it can be solved using sessions variables but I'm not sure exactly how to implement it. I have a page in which a user can upload a file, initially only one upload field is visible, a user can increase the number of upload fields using a button which reloads the page...
  18. scousethemoose

    Increment a variable by using a hyperlink

    I'm trying to create a hyperlink which will when clicked increment a variable and then reload the page using the variables new value. The variable is used to to control how many times a file upload field is displayed. The example below is what I'm trying to do. <a...
  19. scousethemoose

    Translucent FillStyles

    Hi I have a picture box onto which I let the user draw rectangle regions over a loaded picture. These regions are drawn using the rubberband method and a collection to store their co-ordinates and color etc of each region object created. Is is possible to some how make the fill style of each...
  20. scousethemoose

    Search for a file on all drives, including network drives

    Hi I'm trying to write a simple routine to search for an Access Database backend located on a network server. This routine is run everytime my database frontend is opened on a clients machine. At the moment I'm using a very crude way using the file system object, checking to see if a...

Part and Inventory Search

Back
Top