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

    Formatting Text Field

    Hi, I am trying to format a date time text field. Right now the customer chooses a date and time from a pop-up calendar, who's value is then inserted into a text field, example: 07/17/2006 03:36:08 I am trying to format that time so if can be used as a filename but retain the date/time. So I...
  2. chlebicki

    Basic Question on Using Text Typed Into Text Field As Variable

    Hi, I have been searching on how to utilize text that has been input into a text field. I am trying to create a variable based on what the end-user types into the text field. So if the user types in "apples" into the text file, I want to assign that value a variable. I thought it was the text...
  3. chlebicki

    Looking online for 7hrs for Disable for Field

    Hi, I have been searching all over the net on how to disable a form field via a javascript command. It seems pretty straight forward but for some reason I can't get it. Here is what I have done based on my research so far: Above the webpage's body..... <cfoutput query="rsPamInformation">...
  4. chlebicki

    Simple Error Message During Uploading

    Hi, Here is the error message I am getting: Invalid CFML construct found on line 207 at column 114. ColdFusion was looking at the following text: # The code it is referring to is: 207 <cfif isdefined("form.upload_#rsPamPic.PAM_ID#") and form.upload_#rsPamPic.PAM_ID# NEQ ""> 208 <cffile...
  5. chlebicki

    Upload 1 File to Many Directories Using 1 Upload Form

    Hi, I am trying to upload one file to multiple directories using one file upload form. The directories are alreay created and based on the product's id, where the directories are to be uploaded to are based on a recordset. I tried using a <cf query> and inserting the file upload inside of it...
  6. chlebicki

    Dynamically Generated Variable Help

    Hi, I am trying to create a dynamic variable created in a dynamic table. My code is: <cfoutput... 400 <cfset dad = rs#PAMInformation.PAM_ID#> 401 <cfif Success_#dad# EQ "yes"> 402 Uploaded Successfully! 403 <cfelse>..... The error message I am getting is in line 401 where it says...
  7. chlebicki

    Trying to create 1 form surrounding multiple file upload fields

    Hi, I am trying to create a dynamic table with multiple rows, with a file upload field inserted so each file upload field is assigned to a product ID. One form and one submit button surround all of this, where upon submitting, each file upload field uploads its respective file to its respective...
  8. chlebicki

    Saving a URL with parameters

    Hi, I am trying to do this. After submitting a form I would like to return to a previous URL that contained URL parameters. What is the best way to do this? Is there a way to save the URL and then recall it later? Thanks, Craig

Part and Inventory Search

Back
Top