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!

Search results for query: *

  • Users: leadman
  • Content: Threads
  • 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?

    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...
  4. 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...
  5. 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...
  6. 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...
  7. 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).
  8. 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...
  9. 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.
  10. 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...
  11. leadman

    coverting from odbc date to string

    Hi all, I am saving a date/time object in my database using createODBCDateTime. When I retrieve the date I want to display it like this: Saturday June 1, 2002 2:25PM How do get this from the ODBC date?
  12. leadman

    getting the name of the current template

    is there code i can use to get the name of the current template the code is in?
  13. leadman

    A tough one - DHTML &quot;onmouseout&quot; sticks in NN 4.75

    Hi all - Here is my latest Netscape puzzle :) If you go to http://christiancatalog.com/fullopeningpage.cfm you will four tabs to the left of the big cicle entitled &quot;tab one text goes here&quot;, tab two text goes here&quot;, etc. When you rollover the tabs, the cirlcle in the middle...
  14. leadman

    Fixed table goes way beyond browser width in NN4.75

    Could someone please look at this page and tell me what about it makes it go way beyond the browser width in NN4.75 http://www.christiancatalog.com/missionarypages/community_pages_entry.cfm Thanks
  15. leadman

    how can I catch an error before its an error?

    Hi all, I have a form that contains a file input that gets processed by a cffile that accepts only jpg and gif files. If the user tries to upload another type of file an error is thrown and they are taken to my ugly boilerplate error template that catches all errors. I would much rather just...
  16. leadman

    Need help with outputing memo field! any help appreciated

    Hi all, Thanks to help I received here I almost have my memo field outputing correctly. Here is where I'm stuck: When i retrieve the memo field &quot;memLetter&quot;, I'm using the following code to remove the double quotes that are added by the textfield and to show repeating spaces (these...
  17. leadman

    how can i capture formating in a text area?

    Hi all, I have a simple form that includes a textarea that users can uase to upload text to the database that will then be used in the body of a tempate. The textarea seems to capture all of the text except for any formating. For instance, one user tried to make a numbered list by using the...
  18. leadman

    how to make a graphic reload?

    Hi all, I have a form that allows the user to upload a picture. Each time the user uploads a picture, it is given the same name as the last one they uploaded and the old one is overwriten. This is working fine. On the same page is a preview of the current pic. What is happening now is when...
  19. leadman

    need help with &lt;cfswitch&gt; and &lt;cfcase&gt;!

    Hi all, As part of trying to let users upload a jpg or gif file, I created a form with the following file field: <input type=&quot;file&quot; name=&quot;picture1&quot; size=&quot;40&quot;> When the form is submitted, I want to check if the last 3 places in the &quot;picture1&quot; file field...
  20. leadman

    cffile upload error - image/&quot;P&quot;jpeg)

    I almost have my cffile/upload working. It is set to accept=&quot;image/jpg, image/gif&quot;. Gifs are uploading fine but when i choose a jpeg (image.jpg) i get the following error: The MIME type of the uploaded file (image/pjpeg) was not accepted by the server. Please verify that you are...

Part and Inventory Search

Back
Top