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 Rhinorhino 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: harrysdad
  • Content: Threads
  • Order by date
  1. harrysdad

    Writing text to form fields

    I am building a simple page to enable addition of news items to my intranet via a form submitted to the database. I want the user to be able to click buttons that add text to a textarea - e.g. they can click a button to automatically write empty html tags and links with "almost" complete urls...
  2. harrysdad

    Download Files

    Is there a simple way of replicating the Right Click-> Save Target As behaviour in a link, so that rather than opening a file in a browser it prompts for download to their local machine when the link is clicked?
  3. harrysdad

    display: block; - bug in IE?

    I am designing a site with a styled unordered list as a menu, with links using display: block to , er, display as block level elements, and then using a:hover to change the background. The problem is that sometimes in IE6 the whole block of the link is not clickable, although it is in other...
  4. harrysdad

    Can XML Help?

    Every month or three I have to through an exercise of receiving 20-odd company board papers as word documents and trying to make them available via the web site in a short timescale. I had been converting to pdf but the amount of papers is growing, even a zip file containing the pdfs was over 5...
  5. harrysdad

    Only Part of Memo Field Appearing

    Have a strange one. Have asp page working with Access 2003 Database. For some reason only part of the contents of a memo field appears on the page, where I am trying to get the whole body of text to appear. It just breaks off part way through. Any ideas?
  6. harrysdad

    Recordset Paging

    I am attempting to do recordset paging on something I am working on. I have borrowed a script from somewhere that works ok as a stand alone, however I want to pass parameters to it from a form. It all seems to work fine when displaying the first page, however when I try to click for the next...
  7. harrysdad

    Optional Search Parameters

    I have a search page with 3 drop-down boxes (fed from tables in a database) from which users can pick 3 categories to search on. However, I need to set it up so that users can search on only two of those categories if they so wish. The page is backed by a sql query of the WHERE ID =...
  8. harrysdad

    Conversion of yes/no to text

    I have manually converted Yes/No fields in an access table to text, and instead of -1 or 0, they say "Yes" or "No" - I need to know how you can make this conversion in a query (access not my strong point!) Regards, Tony
  9. harrysdad

    Passing Parameters to Stored Procedures

    Hi there. I am attempting to use asp to run a query as a stored procedure in access. It works ok, as long as I use an = operator and match a string exactly. The problem is I want to use the LIKE operator in the query, and I can't work out how to do this via the asp page. Can anyone help...
  10. harrysdad

    Errors - Execute Command

    I don't know if anyone else might be having similar problems, but we are having a few issues where asp pages suddenly stop working. The errors always seem to involve lines of code that include the "execute" command. For example, we could not get Dreamweaver inset record behaviours to work -...
  11. harrysdad

    Update Queries and Yes/ No fields

    I have an update query where I want the query to update a field in table 1 with a value from a field in table 2, and another field in table 1 with a text value, where another value in another field in table 2 satisfies a certain criteria - in this case it is a yes/ no field. so I have under...
  12. harrysdad

    Index Server - Excluding Stuff

    I need to find a decent search page solution that works with index server, and that excludes certain directories in the web site. I know that you can tick and untick "Index this resource" in IIS, but it doesn't seem to work. However, I don't seem able to exclude stuff via the page...
  13. harrysdad

    Create Table

    I'm wondering if you can issue a SQL CREATE TABLE command from an asp? Any ideas? Regards, Tony
  14. harrysdad

    The Specified Module Could Not Be Found

    When browsing to the IIS 5 web server on my colleagues pc, (running XP-Pro) we get the above error. Any ideas what causes it?
  15. harrysdad

    Drop-Down List/ Text Field

    I need to know how to do those drop-down boxes where you can also type an entry into the box if it isn't in the list - can those be done in a web page? Regards, Tony
  16. harrysdad

    Dates

    I have dates stored as 26/01/2004 in an access database, and also times stored as 09:00 AM; but when returned on an asp page they appear as 01/26/2004 and 9:00:00 AM. Why does this happen and how do I get around it? Regards, Tony
  17. harrysdad

    Index Server and HTML Meta Tags

    Hi, I am trying to configure index server to search html meta tags. I have created html pages with a "Keywords" tag, but there is no entry for keywords in the properties list for the catalogue. What happens next? regards, Tony
  18. harrysdad

    Web Searching with Win2k server

    I run an intranet and am looking to tighten up searching a bit, but am struggling to find a decent resource for advice. Ideally I want web pages to be searchable via meta tags, and all office documents and pdfs also to be searchable. I'm pretty sure Index Server can handle all this but the...
  19. harrysdad

    Unique ID

    I want to create a unique ID, perhaps based on information provided in a web form, eg maybe combining parts of a name with a date. This is for a web application, so it could be generated in asp or maybe in access (not sure). Any pointers on how this can be done? Regards Tony
  20. harrysdad

    Generating Unique ID

    I want to create a unique ID, perhaps based on information provided in a web form, eg maybe combining parts of a name with a date. This is for a web application, so it could be generated in asp or maybe in access (not sure). Any pointers on how this can be done? Regards Tony

Part and Inventory Search

Back
Top