OK, here's the deal. I've never even used a stored proc, and I need to install one in order to resolve a text filed issue that I'm having.
I have tsweb access to the server, it's using SQL Server 7, IIS 5.0, Windows 2000 professional.
I am coding in ColdFusion, and I am using the <textarea>...
First, here's the code:
<cfif IsDefined ("form.pic2") and form.pic2 is not ''>
<CFFILE ACTION="Upload" FILEFIELD="pic2" DESTINATION="d:\HTTP\mywebsite\new\images" accept="*/*"
NAMECONFLICT="overwrite">
<cfset pic2=#file.serverfile#>...
I need to dynamically populate a second dropdown menu based on what the user selected in the first dropdown. The issue is that these dropdowns have to remain on the same page, and I can't refresh the page as it is a large data-entry form. I think I may need to use an array, but I have little...
Here is my issue:
I am just trying to test the cfschedule functionality, and I think I am doing everything properly, but all I need is for the cfschedule to run only once a day, but it is running once a minute! Any advice will be much appreciated.
<CFSCHEDULE
ACTION="UPDATE"...
I have a site that uses images to let the user navigate through the site. The problem is, I have pages that contain forms on them ,so I need an "onClick" event of an image so that if they click on the "clear" button, it will actually clear the data from the page. Here is the...
I cannot figure out why this doesn't work, any help would be GRAND.<br><br>HERE IS THE CODE:<br><br><cfinsert datasource="#session.dsn#"<br> tablename="writecustomers"<br> formfields="name, address, city, state, zip, country, phone, fax, email, needed, type...
I have a query that I am trying to run, I believe I have all the necessary elelments there, but even when I enter the correct information, CF still goes to the CFLocation page. Here is the code:<br><br><!-- ZIPCODE VALIDATION TEST --><br> <cfoutput>#FORM.Zip#</cfoutput><br>...
I have a site in which the user's input is pulled out on the final page, and then those values are either multiplied or added to, depending on the user's choice. Then at the end, all those values must be added and multiplied together. I am having trouble with CF and the multiplication after an...
If a CFIF criteria is not met, does ColdFusion process that information? Or does it simply pass over that statement?<br><br>It seems that is unclear in any Allaire documentation that I have been looking at.
Among the three sites that I am currently responsible for, the client now needs a way to check today's date and year versus a user's input for thier birthday. I have never tried anything like this, and even though I have the CF Bible in hand,reading all about DateCompare, DateDiff and DatePart...
I have a site on which the member names change at diferent times in the course of a year. Does anyone know a good way to use code to run queries on these particular dates? Then, the updated query information will be displayed on the site.<br><br>Thanks in advance
I am in the process of setting up an elaborate site that will need to input user data into five seperate databases, as well as query the information to be displayed later. I think in total, for each database I will have about 50 tables each, but most of those tables will be for reading...
I have a page where users can update thier profile. Trouble is, right now I have thier "userID" to be the unique identifier in the database when I reference to it in the query statement. I thought about sessionId, but I can't input that value because the client wants to be able to...
I am attempting to to use ColdFusion instead of Javascript to display text when a user "hovers" over my image. This way I can create smaller file to display as opposed to loading up a huge image file that also includes the text.<br><br>Any ideas would be helpful
this is the error message that I am getting:<br><br>Error Diagnostic Information<br>Parameter 1 of function IsDefined which is now "209.195.159.132" must be a syntactically valid variable name<br><br>The error occurred while evaluating the expression: <br><br><br> IsDefined...
I have a shopping cart Application in which I have to set a field called "salenumber" to the value of AUTONUMBER. I have AUTONUMBER set up as my Primary key because the user enters multiple order amounts into the database. How can I query the value(AUTONUMBER) from the Access db for CF?
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.