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

    Form auto submit

    Thanks NorthStar..it's working great!
  2. boatguy

    Form auto submit

    Hi, I have a 4 step form (4 pages). Step 1 Identifies the customer by querying a customer dB using a variable passed in the url, posts the contact information is several form fields and asks them to update the information. Step 2 basically asks the customer if they will or will not be storing...
  3. boatguy

    Uncheck one checkbox when another is checked

    Hello - I have the need to deselect one check box if another is selected. Here's an example: <table width="400" border="0"> <tr> <td COLSPAN="3"><font color="#000066" size="2" face="Verdana, Arial, Helvetica, sans-serif"> <strong><u>Hull...
  4. boatguy

    Leading zeros

    I am trying to insert records from a csv file and one of the fields is zipcode. The issue I am having is that zip codes that start with a leading zero, end up inserting with the zero removed. How can I maintain the zero?
  5. boatguy

    dynamic form fields

    Thanks guys. imstillatwork it working like a charm.
  6. boatguy

    dynamic form fields

    Hi, I have a client that is going to pass me form data for insertion into a dB table. The problem is, although many of the form fields are static, they will also pass several dynamic option fields in the process. All of the option field names are prefaced with option_ so I need to understand...
  7. boatguy

    CFFILE Dedupe

    You've all been a tremendous help, but alas I am still getting the error: Current error: Invalid CFML construct found on line 40 at column 46. ColdFusion was looking at the following text: , The CFML compiler was processing: an expression beginning with "newFileContents", on line 40, column...
  8. boatguy

    CFFILE Dedupe

    Thanks Jalpino, I am getting an error: Invalid CFML construct found on line 45 at column 92. ColdFusion was looking at the following text: Name The CFML compiler was processing: a cfset tag beginning on line 45, column 6. a cfset tag beginning on line 45, column 6. The error occurred...
  9. boatguy

    CFFILE Dedupe

    Thank you! I will do that.
  10. boatguy

    CFFILE Dedupe

    Not duplicate files, duplicate records in the file. The system my clients are pulling the records from are loaded with duplicates and they forget to remove the duplicate records before uploading.
  11. boatguy

    CFFILE Dedupe

    Thanks Falconseye. Now, is there a way to remove duplicates?
  12. boatguy

    CFFILE Dedupe

    Ok, here's my question. I want to use cffile to upload a pipe delimited text file, but in the process, I want to dedupe the file and then save it to the server as csv. Can this be accomplished?
  13. boatguy

    Forward to new url

    Thanks Bill
  14. boatguy

    Forward to new url

    Hi, I suspect this is a simple function, but I can not find anything to explain how it's done. I simply want to go to a new page once my flash movie completes playing. So, my flash is embedded into page.html and I want to go to page2.html once it is finished. Thanks
  15. boatguy

    Email Validation

    Thanks DV, I found that yesterday morning, purchased and installed it and you are right it does soom to wotk well. Thanks again to everyone.
  16. boatguy

    Email Validation

    No, it's for a lead management system that I have developed. Basically, the user requests to have a dealer contact them, we identify the closest dealership and send the contact request to the dealer. The dealers are now asking that we verify that the email address is correct before we send the...
  17. boatguy

    Email Validation

    Thanks for the input, I was not clear in my original post. I actually want to ping the users mail server to check if the address exists. What I meant by at a minimum is, check to see if the users domain exists. Is this posible?
  18. boatguy

    Email Validation

    Hi! Is there a way in CF to either validate the an email address posted in a form submission is valid or at the minimum validate that the domian exists? I am aware of an ASP solution, but can't find anything around doing the check in CF. Thanks.
  19. boatguy

    onchange

    Thanks tsuji
  20. boatguy

    onchange

    Hi, I have ONCHANGE="location = this.options[this.selectedIndex].value;" working for my select box, but I need it to open a new window instead of opening the url in the current window. Although I would think it would be an easy task for anyone who knows java script (obviously I don't), I've...

Part and Inventory Search

Back
Top