I need a coldfusion equivalent for the following PHP, I'm not familiar enough with coldfusion's cfheaders and cfcontent, but I think that is what is needed.
Here's the PHP:
<?
// ch...
Gents,
Recently I upsized my data base from MS Access to MS SQL, but problem is i don;t know how to modify my code in CF to connect to SQL. Can someone help?
example
db: mydb
login: my...
Hello,
I'm guessing if this is possible, someone's already explained the how-to's in another question's solution or on another website. If anyone knows where I can find my solution, a lin...
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...
How do I get the labels to print on the actual pie slices or next to the slices?
Here's the code. I get the chart with no labels, but I do get the legend.
<cfchart format="flash"
c...
I am getting an error message which I create a pdf with cfdocument tag thatcontains a chfchart tag.
Error Occurred While Processing Request
The document has no pages.
The error...
Not sure if anyone can help me on this unless they can see the dump of the data, but I will try. I have a Custom Tag that retrieves data from a secured external DB. It returns the requested ...
I have an application that allows users to enter misc notes for customers. The datatype of the field (CustNote) is ntext in SQL and memo in MDB. I would like the users to be able to enter car...
Can anyone tell me what this error in my CFMX7 server log means and how to correct it?
"Error","main","05/28/05","21:00:38",,"Unable to initialize Event service: coldfusion.server.ServiceEx...
I have a number of session variables that are set when a user logs in. The expiration for session variables is 1 hr.
However for SOME users they seem to get reset quite quickly (say in 5 mi...
Is LDAP a better way of authentication and registering a user or a database query is a better way if we are using coldfusion. Also I am pretty new to LDAP so can anyone please give me an examp...
I am a bit confused about how the cfc extend property works and haven't found very good resources either on books or online that fully go through examples of this. My question is below:
I ...
I am trying to access an intranet site whic requires a user id and password before getting in to teh forms i need access to submit remotely
the login is such
<form NAME="login" ACTION="l...
Im trying to run mkvdk command line utility from coldfusion using cfexecute but it always returns an error. I have used the mkvdk utility manually so I know it works.
Here is my code and th...
Perhaps trail or Mrichmon will be on this...
My PDF summaries, and not all of them, have the spacing between words removed in Verity summaries. I've spent about 4.5 hours trying to figure t...
I am saving lists in a session variable to output on certain pages.
<cfset MyList = "1,2,3,4,5,6,7,8">
I am looking for 2 functions to call against this list:
ShowNext5(MyList) - output...
I have been getting the following error message randomly on CF pages. A simple refresh of the page seems to correct it but I cannot force the error or figure out what is causing it. Does any...
I am getting this error when I try and use the CFMAIL tag:
Error","TID=169","06/21/05","16:00:48","Failed to send the spooled mail file, C:\CFUSION\MAIL\spool\1093.cfmail. SMTP server repli...
A few months ago I was assisted by member - ENTRANCE2002 with getting my next-n interface together. Everything was working ok until i realized a few days ago that the number of pages might gr...
First let me show u what i did. This is a part in form page where i generate dynamic file fields to upload images depending on the count eneterd by the user in the previous page.
<CFLOOP ...
Does anybody know how Apples' Safari browser recognizes a site that has a RSS feed associated with it? I want to let Mac users know that an RSS feed exists for some content I have on the main...
I have a form with a textfield, where I use JavaScript to limit the textfields maximum length. Within my JavaScript I use the expression
document.form_name.text_fieldname.value.length
t...
I have a select option called 'UserUp' and one called 'Directory' (both specified in dsp_upload.cfm). When you select a user from the list, I want the directory list populated based on what d...
Hi Experts,
I am trying to use CFIF condition in CFSCRIPT tag and it is giving me context validation error. How can I use CFIF condition in cfscript tag?
Here is what I am doing
I have...
Hello,
I'm trying to call up a pdf from a directory above the root directory on our server using the following method:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<cf...