I have a cfif statement that shows or hides a field in a form. To show the field you simply click on the link and the page is reloaded with the field showing. This is not ideal since anything ...
I just downloaded ColdFusion 9 from the Adobe site so that I could begin working through tutorials. The installation ran along smoothly until the last step where it is attempting to configure ...
I have a dual boot system. One partition has vista 32 and the other has vista 64. When I turn my pc on, I have the option of choosing which one I want to load up. The problem is that they b...
I am using cfdiv to update a query and a menu every time a radio button is changed.
problem is I'm a little lost. I am getting the error that the variable is undefined.
In the main page ...
Huys! i have a list of options in a select box where values are listed in database as:
abc|xyz|def|cool|+pink
now i ma doing something like this:
<cfset fs_optionvalues = ListToArray...
Dear experts,
Can some one please explain me what is the difference between import database, export database, copy database and back up data base and the purpose of each?
I am just trying ...
i want to view the images posted in a such a manner that if images are posted within 24 hours it should display like:
posted 10 hours ago.
now after 24 hours i want that someone can view...
I need to write Apache redirect for my site. Actually what need to be done is we have the following www.domain1.com/hello.
Now I need to write rewrite which will redirect the page to www.do...
We are getting the following error message when attempting to run the installer for CF9:
Microsoft VC++ 2008 Runtime
Installer has determined that Microsoft Visual C++ 2008
Redistributable ...
may be its is due to excessive pressure of work or something else:
i have a table who have 10 values. I am fetching all values and then displaying them in a cfloop
table has four fields:...
I have a dynamic form. which consist of number of <cfinput type="datefield" when I click on the calendar icon i can not see all numers. i was using z-index it was helping me bore . but it does...
I've loaded a CSV file into a temp table called tempContacts using the following statement:
<cfquery datasource="myDB" name="qLoad">
LOAD DATA LOCAL INFILE '#location...
Dear experts,
Might be very small issue. But will appriciate if you could plz answer me.
I have a coldfuion form with 2 fields and one submit button.
After filling the values in the fie...
Hi experts!
i am just playing with cfftp tag and its really very cool.i want to know is it possible that i can use cfftp to upload the files directly to the remote website and insert the s...
Hi,
I have an image upload problem.
Background: We are developing a "friend network" for salons. Each salon has a profile where they can upload three images as well as information about t...
I have a query where the contents of the field getMemberEmailsTOSEND.ebody are:
test<br>
<cfoutput>#eDearClient#</cfoutput><br>
How can I get cf to evaluate the >#eDearClient#? right now ...
Hi experts. The Project regarding social networking here in Coldfusion is the first one and to be very frank i am bit confused. I have one book which tells about social networking but that in ...
I have a form with a cfselect and when I submit it to the next page I get a error Variable Is undefined. How can I pass the cfselect to the next page.
Dear experts,
I got a tricky request today in my office.
I am asked to store debug info of every coldfusion page into a database.
To be more clear,
I need to create one table with 4 col...
A folder has tens of thousands of cfm files which contains mostly news text. I'd like some of the text and variables inside those pages to change as they're displayed to the user, depending on...
I know I can run JSP from within my ColdFusion MX7 environment, but what I want to know is if I have access to the database connections that are set up from within the ColdFusion admin tool (D...
I am getting an error on this:
An error occurred while evaluating the expression:
#timestruct.d# EQ 0
Error resolving parameter TIMESTRUCT.D
I'm wanting simple loading image to display each time i sumbit or load a form. Any suggestions? Does CF offer any?
Hi experts. I want to use truveo CFC to fetch videos but i do not how i do so. I searched a bit and found a link at riaforge but it did not came up as it said file not found.
So had anyone ...
Hi,
I discovered recently that our server was not validating cfform fields. The only way to get it to work is by placing the CFIDE directory where it is accessible via HTTP. Is this a securi...