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

    conbert to ODBC Date and back again

    Hi all, Im using a javascript popup calendar to aid users in choosing a date. the calendar populates an input box in the format 6/7/2003. In the SQL statement I use creatODBCdate and it goes into the database just fine. Now I need to retrieve the date from the database and use it to populae...
  2. leadman

    Can i open/edit/save excel file in browser with CF?

    Hi all, I have a simple excel file that I would like to open into a browser and make changes to and then save the changes. How can I do this in Cold Fusion? Thanks
  3. leadman

    Why doesn't this form validate?

    I have javascript turned on. I'm using IE6 in winxp. This is very confusing. It wont validate on my work computer either (same setup)
  4. leadman

    very simple cfinput question

    I have javascript turned on. I'm using IE6 in winxp. This is very confusing. It wont validate on my work computer either (same setup)
  5. leadman

    Why doesn't this form validate?

    Here is what I have - shouldnt it stop you from submitting a blank field? (it is at www.milfordlandtitle.com/admin/form.cfm ) <body> <cfform action=&quot;form.cfm&quot; method=&quot;post&quot; enablecab=&quot;yes&quot;> <cfinput name=&quot;tester&quot; type=&quot;text&quot...
  6. leadman

    very simple cfinput question

    I changed it to include an action and method. here is what I have (it is at www.milfordlandtitle.com/admin/form.cfm ) I have no idea why the link i gave above wont work. <body> <cfform action=&quot;form.cfm&quot; method=&quot;post&quot; enablecab=&quot;yes&quot;> <cfinput...
  7. leadman

    Could someone test this form for me

    Hi, I'm having trouble figuring out why the following ofrm isnt working. As the code shows, the text input field is required but when I submit the form with an empty text field the form processes. Another user here was good enogh to try this code themselves and it worked for them. I'm not...
  8. leadman

    very simple cfinput question

    I put that exact form into a template. I cant see why it isnt working. Would you mind checking it out. It is here http://www.milfordlandtitle.com/admin/form.cfm Thanks
  9. leadman

    very simple cfinput question

    I just put this following little form up. When I submit the form without putting any info into the text box the form submits to itself. Shouldnt I get a message saying &quot;Please enter text&quot; since I have included required=&quot;yes&quot; <cfform> <cfinput name=&quot;tester&quot...
  10. leadman

    Crashed while installing xppro...

    that did it! thanks. I guess its still important to understand dos.
  11. leadman

    Crashed while installing xppro...

    I am using a floppy entitled &quot;Microsoft Windows 98 Boot Disk&quot;
  12. leadman

    Crashed while installing xppro...

    i dont need to back up. Again, it wont let me get to the c: prompt. I've tried typing &quot;fdisk&quot; at the e: prompt - it says &quot;bad command or file name&quot; - how do I proceed with an fdisk?
  13. leadman

    Crashed while installing xppro...

    i ran a cleaner disk in the cd rom drive (couldnt do it like the instructions say because I have no controll over the cd at this point). Same error comes up when I try to continue the XP installation - &quot;Setup was unable to retrieve Product ID of the system you are installing. THe Windows...
  14. leadman

    Crashed while installing xppro...

    I was performing a fresh install of xppro onto a computer that had been running win98. During the install (after the setup process) I got a fatal error when the something couldnt be read from the disk. It gives me an error report and then the computer restarts and tries to pickup the install...
  15. leadman

    IIS 10 connection limit

    Hi all, I'm wondering if anyone knows of a way to get around the 10 connection limit with IIS/XPPRO. If not, can anyone give me an idea of just how restrictive 10 connections would be in practice (how many folks could be viewing my site without experiencing major delays).
  16. leadman

    How to setting up local server for mx development

    Hi all, I'm setting up the cfmx server and I think I'm almost there! I'm used to keeping my sites locally in C:\Inetpub\wwwroot, but cfmx seems to want to have the files in C:\CFusionMX\wwwroot. Sure enough when I try to preview my pages from their original location I get an err (The page...
  17. leadman

    can I trigger a rollover without rolling over?

    Hi all, I was wondering, is there a way to have the rollovers on my page show the 'over' image using a timer? Im trying to get the buttons to all flash once, in succession, when a user enters the page.
  18. leadman

    Syntax error!?

    oh my - thank you *grin*
  19. leadman

    Syntax error!?

    Hi all, Can anyone find the syntax error in this query I'm trying to run? Here is the query followed by the error I'm getting. (the gbdate field in the database has a field type of date/time): <cfquery name=&quot;addcomments&quot; datasource=&quot;mydb&quot; dbtype=&quot;ODBC&quot;> INSERT...
  20. leadman

    coverting from odbc date to string

    thanks arperry

Part and Inventory Search

Back
Top