| Thread | Last Post | Replies |
|
| How create results with an Outer Join using 2 different databases | 10 Sep 2007 15:10 GMT | 20 |
:rose; SUBJECT: How create results with an Outer Join using 2 different databases ISSUE: I'm working with existing functionality, so I need to work this code in
|
| Java Class problem after replacing with new Class | 10 Sep 2007 13:20 GMT | 11 |
I made a java class on an ColdFusion 7.02 server (linux red hat 3.2) At first it worked perfectly. Then I made a new version with some extra methods, replaced it, restarted the service and clearing the cache. But still it doesn't find any of the new
|
| cfmail not working. Please help! | 10 Sep 2007 05:14 GMT | 5 |
I am trying to get this to send an email each time a file is uploaded. All the fields in the form are updating the database correctly but the email is never sent and no error message is generated. Any ideas....please help!!! <cfif IsDefined("FORM.ID")>
|
| Error in inserting data into tables... '/' | 09 Sep 2007 23:27 GMT | 4 |
I am trying to use cfhttp to create a query out of a text file and then loop and insert it into a database. Easy enough and works fine. However, I am getting a forward slash in some of the fields which is causing an error. 'SOUTH OF SOUTH BLVD AND EAST OF BEACH RD\'
|
| cfscript try/catch in CF8 | 08 Sep 2007 03:17 GMT | 6 |
I am having an issue in CF8 that I did not see in earlier versions. Consider this code inside a function in a CFC: <cfscript> var err1 = 0;
|
| Using session management on a DB function, please help | 07 Sep 2007 20:49 GMT | 3 |
Hello; I am writting a little application that utalizes a table in my DB. It is like an on / off switch. I wanted to know if it is possible to make a session management script that will make this "switch" work for all the users that log
|
| Is it possible to implement a share-nothing architecture with CF8? | 07 Sep 2007 20:01 GMT | 5 |
Hi All - I'm currently running a very large scale CF app using CFMX over J2EE, in a cluster of CF enterprise servers of course, with a mySql cluster as the backend. The performance is really good using a mix of in-memory variables and
|
| CFMail breaks up attachments filename with non ASCII | 07 Sep 2007 19:51 GMT | 2 |
Hi CF-Devs out there! My problem is, that when attaching files via cfmailparam - no matter if inline or not - and using a filename that contains or a non 7bit-ASCII character or a simple space, the filename is not displayed correctly in Outlook nor
|
| CFLOOP List | 07 Sep 2007 14:55 GMT | 10 |
Im wanting to loop some records, each record has a list of division ids in a field called divverify. I want to run a query inside the loop against each id in the fields so that an email gets sent out to all the id numbers.
|
| Font Not Working in PDF via CFDocument | 07 Sep 2007 14:37 GMT | 1 |
I am writing to a PDF document via the CFDocument tag. The font I am using is properly loaded on the server and is working when displayed in a broweser window. However, when the contents are written to a PDF file the default font is used, not the one referenced in the font ...
|
| CF8 index/search European and Asian languages support | 07 Sep 2007 09:41 GMT | 4 |
Where can I download the Verity Search Packs for ColdFusion 8 (to index and search European and Asian languages)? The http://www.adobe.com/go/verity/ page redirects to the CFMX 7 Verity Search downloads.
|
| Problem when consuming web service on WIndows authentication applcation | 06 Sep 2007 21:04 GMT | 3 |
I am having a tough time in consuming web services on a Windows authentication IIS server. In one of my application I have created web services and consuming those web services from my another application.
|
| Web Services with enumeration problem in MX 6.1 | 06 Sep 2007 21:01 GMT | 1 |
I am using CF 6.1 and I've run into the problem with consuming web services that use enumeration that is mentioned in this old post: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:30232 I've tried the work around mentioned and that did not solve my problem. I've
|
| How to expose a Java or .NET type in a CF webservice | 06 Sep 2007 20:53 GMT | 5 |
Hello How can you directly expose a Java or .NET type in a CF webservice? My idea is to expose a Java or .NET enum type thus you have this enumeration exposed in the WSDL which then consumers can use.
|
| Client Variables Problem | 06 Sep 2007 20:48 GMT | 5 |
I'm not sure where to post this so I'll start here. We have two codlfusion servers, one is running coldfusion 5 and the other is running coldfusion MX version7. We are sharing a sql database between the server to store client variables so
|