Im trying to make the primary/unique ID alphanumeric. For example, when they sign up a piece of code generates this number using the characters specified in the scope
A001 - Z99 and skippin...
I am building my first CF website and am looking to create a dynamic header (<head></head>)
My header contains lots of links to libraries (jquery, mootools) and css (main.css, menu.css). Th...
I'm using CF 8 and MS Access for an applicaton. Occasionally I receive the attached error in one of my applications. The error only occurs when a one particular user's ID is passed in the UR...
I am using CF8 and an Access 2000 database that contains the following fields:
- ID (autonumber)
- EventDate2 (date/time)
- EventTime (text)
- School (text)
- Event (memo)
- Desc...
Hello experts.
I need help with the INSERT INTO query and the default values.
I have a test insert-form like:
<form action="Insert.cfm" method="post" enctype="multipart/form-data" name="Ins...
I have Coldfusion 8.0 and Access Database. The sql statement is supposed to insert one row into the database. However, it is acting like it's executing twice and inserting 2 identical rows ...
I need to create a statement that verifies against an output query. The output query can have one or hundred results depending on the items selected.
In the query there is a reference to a co...
I have a drop down list box that get populated from a database. I want to save the #idumodel# field to a variable. If the users changes there selection I also need it to update the variable ...
I have to tables one is called "make the other is "model"
The make table has a "id" and "make" field
The model table has "id" "idmake" and "model" field
these tables hold a list of car...
Is there a way to convert each powerpoint slide to an SWF file using CFMX? Any ideas would be great...
I'm doing a site for a volunteer organization where people are allowed to input the hours they've spent on various projects and they want to have a "leaderboard" showing the people who have vo...
Can a cfscript function be called from a javascript function? If so can you give an example.
I am developing a simple Contact Us form and have several checkboxes for the prospect to quickly input their specific needs. I have defined each checkbox in a table in mySQL:
Checkbox field ...
hi all, i had some help yesterday with a CFIF statement that placed a standard image in my cart if an image was available for a particular product. so instead of seeing a horrible mess where a...
Hi,
I've provided a basic coldfusion email template for you to edit if necessary.
In my validation I'd like to check the date / time on the server.
If the date entered into the form i...
I have a coldfusion page that displays results from a query into a cfoutput table. (see code snippet below). Is it possible to edit/modify (column or row?) the data displayed in that table on ...
I want to start a website that will take data from a number of other websites (with their permission) and allow me to format and display the combined data on my website. The idea is to basica...
Hi, i have a page which calls a cfwindow. Now the cfwindow that is opened should refresh the main window after operations are performs, so that functions performed in the cfwindow are reflecte...
Hi,
I have problem using UPLOAD. I have restriction to upload which is i need to upload only text, doc, pdf, xls. Whatever i upload it uploads. I want to delete that upload and set the error ...
Trying to break up a search phrase like 2008 ford explorer
into the words
2008
ford
explorer
..
easy enough but what if the customer puts in 2008, ford ~ explorer
or ford 2008|explorer
ColdFusion 8
MS SQL Server 2005
Hello friends. Hope you all had a good turkey day.
Task: I need to create a simple password retrieval application.
Details:
* If a user forgets her...
I have a CFGRID that is displaying some dates based on a query i wrote. I would like to check to see if the datetime pulled from the db is before the current date time and change it's font co...
coldfusion mx7/ mysql 5.0 / windows 2003 server
I have records in my database with a "ListDate" field formatted like mm/dd/yyyy. I want to identify and display the records that have a ListDat...
Hello, I'm doing some fixing of some code and it uses a variable called "application.location" which is looks like this:
src="#application.location#/test/images/buttons/btn_add.gif
but t...
Is it possible to set "Flash cookies" with Javascript? Something like <CFCOOKIE TYPE="FLASH"> would be great of course.
Also, I don't know Flash.
Perhaps I just need someone to make m...