| Thread | Last Post | Replies |
|
| Simple login script fails in EI 7 | 18 May 2008 19:29 GMT | 7 |
I have been using this simple login script (action page shown) for years- it now fails in IE 7 but works fine in Firefox? <CFQUERY name="auth_cso" datasource="cso.mdb"> SELECT user_pw, user_ID
|
| Replacing non-ascii characters in String | 18 May 2008 14:28 GMT | 8 |
I have a site where the user enters data in a rich text editor (ktml4) that gets stored into a database (mysql). There are non ascii characters getting into the data, I'm assuming that they are copying and pasting from Word. Unfortunately in this situation, changing that process ...
|
| cfgrid cfform | 17 May 2008 19:35 GMT | 4 |
Hello. I am getting very frustrated!! I am working with a cfgrid and cfform. It should be a very simple thing... Two issues... One, the first time I submit the form with changes, it doesn't pass the form
|
| Need help with an innerjoin issue | 17 May 2008 17:06 GMT | 2 |
Hello; I am writting a small app for my web site and have run into an issue with an innerjoin. Let me explain what the function is for this so maybe you can understand what I am doing.
|
| Validating an XML Document | 17 May 2008 09:34 GMT | 3 |
Being that xmlValidate() cannot process a schema (xsd) having either an import or an include, is there another way to validate an XML document from within a Coldfusion application? Re-writing the schema is not an option.
|
| CFDocument is broken in CF8 on my machine | 17 May 2008 04:05 GMT | 3 |
I recently set up a new workstation and decided to install CF8 on it. I had previously been working with CF7, and everything had been running correctly on my development machine. Now whenever I try to generate a PDF using <cfdocument> I get the following error:
|
| CFPDF is great but... | 16 May 2008 21:46 GMT | 1 |
Does anyone know of a way to obtain the page layout information from the PDF? I'm not talking about the document creator or other pdf information that is pretty much useless. I need the real information, like position of pdf elements and what text and images are within the ...
|
| RSA-SHA1 encryption with CF8 Enterprise | 16 May 2008 21:25 GMT | 3 |
So, the documentation of Encrypt() says that I should be able to do RSA-SHA1 encryption with ColdFusion 8 Enterprise: http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_e-g_ 01.html
|
| 2 tables 1 datasource | 16 May 2008 17:16 GMT | 3 |
I have a single datasource with two tables. In table 1 I have lots of data with a single column (Notes) containing a value (1-4) which relates to a note. In table 2 I have the corresponding note number and description: TBL1
|
| CFLOOP Help | 16 May 2008 16:16 GMT | 5 |
I have a simple loop <cfloop list="#prodDetails.matchProds#" index="matching" delimiters=","> <cfoutput> <a href="/catalog/?ProductID=#matching#&Category=#URL.category#">
|
| ARB PHP Sample Code SOAP Exception | 16 May 2008 05:53 GMT | 7 |
I m using ARB PHP Sample Code. I m using it as it is provided with my login id and transaction key I m using PHP 5.2 version I m quite new to SOAP.
|
| CFAJAXPROXY COLDFUSION 8 BUG DISASTER | 15 May 2008 21:22 GMT | 6 |
I don't know if this is just a problem with my specific installation or if its a cf 8 distribution-wide bug, so if someone could help me confirm that and help me solve it I will be so greatful! I've lost almost a full day during a critical period of my work trying to figure out ...
|
| cfajax memory leak | 15 May 2008 18:18 GMT | 7 |
We have been experiencing odd behaviours on browsers when using the cfajax on cf8. The problem identified is when using the source property in the cflayoutarea tag.
|
| cfmenu / cflayout rendering issue | 15 May 2008 15:40 GMT | 1 |
I've created a cflayout with three vbox areas. The first has a menu inside, the second is a filtering area and the third is the output. The problem I have is that the flyout menus will display, however, when I move the cursor to select the flyout menus, they lose focus, making ...
|
| ELF CLASS error after mod_jrun22.so rebuild | 15 May 2008 15:40 GMT | 2 |
Installing CF8 multi-server on a Dell PowerEdge server (64 bit) running Linux Redhat Enterprise V5 Installed XAMPP for Linux 1.6.6 (Apache 2.2.8, etc.) After running /opt/jrun4/bin/cf-connector.sh all goes well and the new module
|