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 -...
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...
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.
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...
I am having a problem with my update form. Here is the code I have in my updateform.
<cfquery name="GetEventtoUpdate" datasource="Events">
SELECT *
FROM Events
WHERE ID = #URL.ID#
</cfquery>
<cfoutput query="GetEventtoUpdate">
<form...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.