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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cf2001

  1. cf2001

    design mode disabled with .cfm

    I've been using ultradev 4 for some time editing cfm files. Suddenly, today, the design mode is disabled and only the code mode is enabled. What happened? Thanks.
  2. cf2001

    How to change a button to an image button?

    I have this button now: <INPUT TYPE=&quot;button&quot; VALUE=&quot;View List&quot; onclick=&quot;window.location='view.cfm'&quot;> and want to change it to an image button. How do you that?
  3. cf2001

    Lookup Table

    Or for example show a calendar in a separate browser. You click on a date and the date is prepopulated back in the text box of the original window. how is that possible in CF.
  4. cf2001

    Lookup Table

    How do you do a lookup (open another window), view lookup table, select item and another form captures the info in it's input box?
  5. cf2001

    download to excel

    I'm trying to download a dataset from access into a comma or text-delimited file into excel. I also need to preserve the leading zero number for a particular field. somehow, when downloaded and opened in excel it strips the leading zero.
  6. cf2001

    cf_calendar

    how does cf_calendar work? how do you set it up? is this a custom tag or built into CF4.5?
  7. cf2001

    Browser Setting

    Hi, Dave, Can I, then, capture these variables (iMyWidth & iMyHeight) in my CF app via a cfset? Thanks.
  8. cf2001

    Browser Setting

    Is there a way to capture a user's browser screen setting?
  9. cf2001

    Query an Excel file via ODBC

    John, Cool! It works! You've been very helpful on this. I've search all over and can't seem to find somebody with the right answer. You did. Thanks a lot!
  10. cf2001

    Query an Excel file via ODBC

    I have a requirement where contents of an Excel file will be uploaded to a database (which will be done frequently). I'm trying to use the ODBC connection to an Excel and it does not work. Does anyone have a working syntax? Thanks.

Part and Inventory Search

Back
Top