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 SkipVought 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: mdr2273
  • Order by date
  1. mdr2273

    Date Defaulting to 1/1/1900

    I have a table with a datetime field that when I update it with a '' value instead of a null in a SQL statement the date is set to 1/1/1900. There are no defaults or triggers set on this field/table. How can I get around this?
  2. mdr2273

    Function Help

    Thanks for pointing that option out, I have given 1DMF a star. I didn't know that was an option until just now.
  3. mdr2273

    Function Help

    Thank you, works perfectly!
  4. mdr2273

    Function Help

    Thank you. How would I format the date to read 1/3/07 in that format?
  5. mdr2273

    Function Help

    I am new to Javascript. Can someone help with the following? I would like the text box txtDate to be set to the current date and the text box txtAmount set to 0 when a user clicks on the checkbox txtChkBox1. The simple HTML code is below. Thank you! <input type="checkbox" name="txtChkBox1"...
  6. mdr2273

    Passing values between Windows

    I have a form field in which a user types in an ID or a search name. I would like my onclick event for that field to open a new form (which I can do) and use the value from the form field in the new form to do a record search in ASP and then return either the ID number (if there is only one...
  7. mdr2273

    Make a graphic always appear even when scrolling

    How would I make a graphic appear (and be able to hyperlink) in the bottom left corner (or upper if bottom won't work) of the screen even when a user scrolls down the page?
  8. mdr2273

    How to add decimals

    What is the best way to present a numeric value entered in a field to have two decimal places?
  9. mdr2273

    Session Variables in IE 7

    In my application I verify one's login against my user table and then create a session variable called loggedin and set it true. In my header file I check to make sure the session variable is set to true and if not I send them to a login page to login. This works fine for me and all other...
  10. mdr2273

    Replace

    What is the syntax to replace a character in a string with another character or a blank? I want to replace the $ , and . someone might enter in a field I want to hold a currency amount.
  11. mdr2273

    Best ASP Reporting Tools

    Can anyone give me some recommendations for ASP reporting tools that do not require .net? Cost is not really an issue. Thanks.
  12. mdr2273

    Populating a list box from a pop up window

    I want to be able populate a list box on a form page from a pop up window where a user goes in and selects multiple entries from a select list. How can I do this with Javascript?
  13. mdr2273

    Submit Form on A HREF Tag

    How can I automatically submit a form based on a user clicking on a hyperlink? I have a few form fields to allow users to filter out a report selection and then a series of hyperlinks for different reports they can pull up based on their selection.
  14. mdr2273

    Sort Arrows

    Does anyone know of a good site or have any images for good ascending and descending sort arrows?
  15. mdr2273

    Date Format ?

    How can I format the date 11/23/2006 to just show as 11/23?
  16. mdr2273

    Format Time Question

    Works like a charm, thanks!
  17. mdr2273

    Format Time Question

    This makes the result show up as 8:00:00 PM. Is it possible to get rid of the seconds?
  18. mdr2273

    Format Time Question

    How would I format an Access time field to display as 8:00 PM?
  19. mdr2273

    Reading files from a folder

    Basically what I am trying to do is take an area on my website that I users can upload files to (via a file upload process in the html web editor I am using) and read the folder name and filename into a database table. For example, if I have a folder called files with a subfolder called...
  20. mdr2273

    Line Height

    How can I increase a line height (not using tables) to allow for more space between lines of text without increasing the font size?

Part and Inventory Search

Back
Top