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: *

  1. judym5

    Help with confirmDel to delete a database record

    I change it, but that didn't fix it. The record still remains in the event list.
  2. judym5

    Help with confirmDel to delete a database record

    I have a form containing a list of events. Next to each event is a Delete link. When clicked I want to delete that record out of the database. This is the first script I've tried to write and it doesn't work - I get the confirm message, but when I click Yes, nothing happens, no error message -...
  3. judym5

    multiple input boxes

    I hope you can help me - I'm very new to CF and Java. Here's what I need to do. I have an events SQL database. An event can happen on one day or any number of days. On my input form, I have a beginning date and an ending date input box. I would like to add a button called "Add More...
  4. judym5

    problem with Update form

    I hate to sound stupid, but I'm new to this so here goes: where does the nameoffile.cfm?ID=2 go? My ID field in my main table is the primary key and is an AutoNumber type. Thanks for you help.
  5. judym5

    inputting additional lines in a form

    For some of my records, I need the capability of adding multiple dates of an event. On my form I have one Beginning Date and one Ending date box. I would like to have an "Add more dates" button under those boxes and when it's clicked, have additional empty boxes appear on the form so I...
  6. judym5

    problem with Update form

    I am having a problem with my update form. Here is the code I have in my updateform. <cfquery name=&quot;GetEventtoUpdate&quot; datasource=&quot;Events&quot;> SELECT * FROM Events WHERE ID = #URL.ID# </cfquery> <cfoutput query=&quot;GetEventtoUpdate&quot;> <form...

Part and Inventory Search

Back
Top