Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! Let me know if you need help using the site or assistance with non-technical questions.

 
Time Tested ColdFusion Application Server Solutions: 51 - 75 of 1790
 
Hello, I am trying out this cfreport tag and I am getting this error.... An unexpected error occurred while using the Crystal Engine. Error number 500 ocurred (Not enough memory for oper...
Hi, I am using coldfusion and have run into a little issue.  I need to capture carriage returns in a text box.  Any suggestions?  Thanks. F
i have only one checkbox control which displays column names dyanamicly with  respected to selected tables i want to insert particular colum on check into table
I need to modify the structure of several tables in an Access database using SQL and ColdFusion. The database is on a live server so I can't open it directly, but I want to verify the changes ...
I would like to import a large amount of data into my database on my website by uploading a csv file into the database file, as opposed to inputting each record, one by one. I have a subst...
In my cold fusion application I have a multiple select list. Once data is select from the multiple select list it is passed to an oracle procedure as an in parameter and used in the IN clause ...
I would like to have either a checkbox or radio button that when selected encrypts the output field. I have the code for the encryption but how do I automatically execute the checkbox function...
Hi, I have two tables, one is countries and the other is counties.   I need the first drop down box to list all the countries, which it does :)  The second one needs to be dynamically po...
I have a mysql database that I am storing data and images. I want to allow a user to search for an item and then have that search retrive the text, image and show it to the brower. I have no p...
I am doing my best to try to read an Excel file using ColdFusion. The problem is, if I try to load this data: LOGICAL_CIRCUIT     BUSINESS     BUC TEST_CIRCUIT     666666     D47147 TEST_CIRCUIT     66666...
is there any way to force a user's session to expire when they leave the site so they cant use the back button to get into a secure area?
Up 'til now our company has used LDAP sever to authenticate users for access into many of our Cold Fusion Applications. We are dropping our LDAP and will start using MS Exchange.  I need...
Hey! I have a really easy question on clearing text fields inside a form. I want text to appear in a textbox...eg type search here and when the user clicks to type a search in the text w...
Can someone give me a bit of advice on how to compare two date/time values against each other and bring back the difference in day or hours or even a combination of both would be fantastic. ...
I am designing forms which will be asking people for their date of birth. I was thinking to use 3 inputs: combos for day / month then let them key in the year. How can I provide my users...
Please tell me how to exploit this query with a SQL injection attack! I've been reading about such attacks and I want to lock down my code a bit better.  But, for some reason I can't get my...
The specified module could not be found After installed/ reinstalled ColdFusion MX 6.0 over and over on my WinXP Pro, it keep showing me the above error, i don't know how to solve it, just ...
Hi,  I'm getting error while working with JSP page having prepared statement. There are 3 prepared statements, 3 different ResultSet objects being used correspondingly.Other two prepared st...
I'm trying to encrypt the results of a query, then store them to a file which can be downloaded. I am using the encrypt() function which in turn uses Xor. How could I then decrypt this file...
I want to replace one image with another larger image but I absolutely don't want to reload a page or open another window. Can this be done using a form INPUT (OnClick) or even an href anchor?...
Hi, I'm using CF5 on IIS4 and need to pass across a odbc Date object in a URL.... http://blah.blah?selDate={ts%20'2002-01-01%2000:00:00'} I know that the single quote is being filtered ou...
Hi i ahve a link where if soone clicks,it passes the url id (associated) the action page deletes all ther records from 3 tables related to this pased id to the action page. However i wanted...
I have two coldfusion forms the first has a select box that is populated for a data base. I also has text areas that are populated when an item in the selectbox is selected. Last on the first ...
Having problems trying to output a timestamp column from SQL server error: - ByteArray objects cannot be converted to strings The code lastupdated: #LSDateFormat(Get_Candidate_Det...
Hello over the last year i have been using self posting pages to perform my FORM validation which works great..... BUT the only problem I am concerned with now is security of passing URL varia...