| Thread | Last Post | Replies |
|
| Is it possible to send encrypted cfmail? | 13 May 2005 23:26 GMT | 1 |
I'd be grateful if someone could please tell me whether it would be possible to send encrypted email using cfmail, and if yes, how can I do this? Thanks and regards, Yogesh Mahadnac
|
| Email to Database | 13 May 2005 21:49 GMT | 1 |
I know that I can have email sent into a database with a just a regular behind the scenes script that automatically checks for emails on an email address specifically set up for this purpose. But is there a way to have an attachment automatically inserted into the database if it ...
|
| Verity non-english collection - URGENT!!! | 13 May 2005 20:15 GMT | 2 |
I am building a coldfusion publish site application for non-english langauges, which works fine. I have <cfprocessingdirective pageencoding="utf-8"> on my all pages which displays the content perfect.
|
| Active Directory Groups - more than 1000 members | 13 May 2005 20:05 GMT | 8 |
I?ve been polling the ?member? attribute of Active Directory (AD) groups for some time and I came across a new obstacle. Groups with more than 1000 members suddenly change the ?member? attribute to ?member;range=0-999?. At least, that?s how it appears in Softerra?s LDAP Browser ...
|
| Can't get CFEXECUTE to work??? | 13 May 2005 20:02 GMT | 1 |
We're running CFMX6.1 and I can't get even the simplest cfexecute statement to work. Just trying to get anything to work, I tried this statement: <cfexecute name = "c:\dir" timeout = "0" />, and I get this error: " An exception occurred when invoking an external process. The ...
|
| Encrypt and the # character | 13 May 2005 18:32 GMT | 2 |
Encrypt a datafield to put it in a database table using a cfquery results in an error when the first character of the encryption is an ' # '. How to avoid this CF problem?
|
| Return type for Xml Document | 13 May 2005 17:55 GMT | 2 |
I have a cfc method that returns an xml document. Does any body know what the return type should be. I've struct and array and can't get them to work. I've also tried binary (i have no idea what I was thinking) and that failed to. In fact the only one that works is 'any' but ...
|
| localization and internationalization | 13 May 2005 16:50 GMT | 1 |
We have a dilemma, and I hope you can help me out. We are doing business on an international level, and need our cold fusion pages to translate the English information into a locale. Currently, we are using mysql with a jdbc driver because it supports utf-8 encoding. However, ...
|
| Encrypt and the # character | 13 May 2005 14:58 GMT | 1 |
Encrypt a datafield to put it in a database table using a cfquery results in an error when the first character of the encryption is an ' # '. How to avoid this CF problem?
|
| Getting an error with a cfile read action | 13 May 2005 13:18 GMT | 1 |
I am trying to get the image width and height using <cfile> I keep getting this error message. An error occurred when performing a file operation READ on file Portfolio\images\1\a.jpg.
|
| Function using same function | 13 May 2005 10:52 GMT | 3 |
I would like to make a function that can refer to itself if a certain action occurs. In this case, a function that loops through a table, gets the ID and performs the same function to get the children
|
| My webservice won't accept a query | 13 May 2005 02:06 GMT | 1 |
I wrote a web service in ColdFusion with a method that returns a query bullt using QueryNew(). I am calling the web service with the ?wsdl parameter. I get the following error back. Anyone have an idea what could be wrong.
|
| CFTRANSACTION not rolling back | 13 May 2005 00:25 GMT | 1 |
I am performing a series of deletes from several tables and one selection. It does catch the an error however, it commits all the deletes exception the one that threw the error. Why? Here is the mock up of my code:
|
| java.util.zip.ZipOutputStream | 12 May 2005 20:36 GMT | 2 |
I'd like to create an object, which would save a created zipfile into a variable instead of file. OutputStream = createObject("java","java.io.FileOutputStream").init("c:\a.zip");
|
| Sending an xml doc via cfhttp post | 12 May 2005 18:39 GMT | 5 |
I am receiveing the following error when trying to send xml via cfhttp - Connection Failure: Status code unavailable The xml code works fine when posted from a html form. So I beleive the problem must lie with my use of cfhttp. Can anyone help?
|