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 Shaun E 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: farscp1
  • Content: Threads
  • Order by date
  1. farscp1

    Daisy chained fields

    I have a form with a combo box field. I want to create three other fields that are controlled by whatever the user selects. For example course has course name, and type. I want the to field the user selects to be the course number and then two other fields are automatically populated, course...
  2. farscp1

    Generating field based on user entry

    I have a database that I would like to enhance to make data entry user friendly. The database collects information on faculty. The main form has a section of faculty education. Some faculty may have two or more degrees. I would like to have the user key in a value X which will equal the number...
  3. farscp1

    Need help with calculations

    I have a loop that will insert user course selections. I also want to keep a running sum of the costs for these courses. The course fee is stored in tblCourse.course_fee which is then multiplied by number of people attending the course, which the users enters a value(no_attending). I keep...
  4. farscp1

    forms

    I am trying to create an update menu based on a list of items (course numbers) that once the user selects a course the list of attendees will be populated on that same screen. Once the names appear the user then has the ability to delete edit and add to the selected course. I know how to do...
  5. farscp1

    CFMAIL problem

    My form action page displays what a users has submitted and then sends that same information to their email address. Currently the <cfmail> information looks like: <table border="0" cellpadding="5" cellspacing="0"> <CFSET variables.bg_color = "E5DEEB"> <CFLOOP index="i"...
  6. farscp1

    Need some quick help!

    I am trying to finalize an online registration process. The form consists of checkboxes and text fields. Email is being used as the PK and a value of aap2@nyu.edu was entered into the form. The values are passed to an action form which contains the following queries: <!--- Initialize a...
  7. farscp1

    Help with Multiple Inserts

    I have an online system with many courses. I would like to insert a course_id for as many courses that are selected. I'm using email address as the PK and the table that it should insert to will contain the following: h_email, course_id The following is the insert loop I've set up in the...
  8. farscp1

    Problems passing URL values from HTML file to CFM file

    I'm not sure if this is a file issue or if it's just the way I've set up the document. I want to pass the following: <a href="forms/emailpage.cfm?course_oneday.html" target="_blank">email to a friend </a> To a form which supposed to take the course_oneday.html and populate a field as well as...
  9. farscp1

    CFM and Javascript menu problem

    I had a file cours_3day.html saved as a CFM because I added some CF code and after testing the web page the drop down menus have a ? that appears before the menu items. Has any else experienced this. Here is a link to the page, http://www.seliginstitute.org/course_3day.cfm Thanks for your help.
  10. farscp1

    Email a friend form help!

    Hi there, I created an email a friend form that is returning the following in the email This page was emailed to you because Anna thought this might be of interest to you: <a href=" www.seliginstitute.org/course_3day.cfm"> www.seliginstitute.org/course_3day.cfm</a> How do I not return the...

Part and Inventory Search

Back
Top