| Thread | Last Post | Replies |
|
| CFContent - works sometimes, sometimes not. | 21 May 2008 03:25 GMT | 13 |
CFContent has always been tragically clunky (Send flames to NULL@alienetworks.com); why is this so hard to get right? Here's the relevent code excerpt from the app I have that works everywhere: <CFHeader
|
| ms access 2007 | 20 May 2008 22:35 GMT | 1 |
Does anybody know if cfmx7 supports access 2007 database? I couldn't find any information about this on adobe website.
|
| LDAP Connection Help | 20 May 2008 18:40 GMT | 2 |
I have been trying to connect to my LDAP server and no matter what I do, it won't work. When I use a LDAP browser I can connect, but not not bind. When I use the script attached, I simply get a "Connection to LDAP server failed" I really have no experience with LDAP and only some ...
|
| validating email | 20 May 2008 15:59 GMT | 2 |
Hello, I have a program that loops over a comma delimited list of email addresses to send out our newsletters. I am running into the problem with CF MX that if it reaches a bad email it will crash the program and throw an error. Does anyone know how I could go about validating ...
|
| Display page number, but not on page one | 20 May 2008 13:47 GMT | 2 |
I'm using cfdocument to create dynamically create a pdf that includes multiple biographies (my sample has three records from a database) . In some instances, a persons biography is more than one page long. How can I display "continued from previous page" on those biographies ...
|
| Word count for Microsoft Word using ColdFusion | 20 May 2008 10:26 GMT | 1 |
Is there a way to get the word count of a Microsoft Word document using Coldfusion's COM objects? At the moment I have code which converts the word document to a string then counts the words however I need a way to access the exact wordcount that is specified in the Word ...
|
| building a hierarchy | 20 May 2008 09:52 GMT | 1 |
This is tough to explain so just go with me here... Here is my tree: 166
|-------------------|---------------------| |
| J2EE Session Management & Cookies | 20 May 2008 09:46 GMT | 1 |
I have some questions about session management using J2EE (jsessionid session variable). I'm using CFMX 6.1. 1. in the CFAPPLICATION tag can the setClientCookies="no" a bad idea? We don't use client variables. We have had times when CFID/CFTOKEN appear in links
|
| Search into folders and subfolders | 20 May 2008 08:42 GMT | 5 |
I must realize a procedure ColdFusione that effects the search into folders and subfolders on the file System that simulates the Windows API, specially the function PathMatchSpecW().
|
| isDefined question | 20 May 2008 07:39 GMT | 6 |
Is there a way to use the isDefined function to detect a cf element instead of a form element? For example, I know the following line doesn't work, but it should give you an idea of what I'm trying to do. <cfif (isdefined(#FAIL#) AND #FAIL# EQ 1)>Please try again...</cfif>
|
| Another CFImage bug | 19 May 2008 22:01 GMT | 28 |
Second cfImage bug I've found in a week. Tried reporting it to Adobe, but their bug report form throws a 404 (nice). Basically, certain JPGs will cause CF (or more specifically, Java) to throw this error after reading them to memory, then writing it to disk:
|
| Messy One to Many Joins and Grouping | 19 May 2008 20:04 GMT | 5 |
I manage websites for a large state agency in Texas. I have a need to redo queries that list the Local intake numbers for Long term support services (LTSS), Area Agencies on Aging (AAA), and Mental Retardation Authorities (MRA) by county for each of the state's 254 counties -- in ...
|
| CFHTTP - verify file first | 19 May 2008 19:41 GMT | 2 |
I am currently retrieveing files from another server via cfhttp. Occasionally, the files get renamed and my script throws an error. How can I verify if a file exists on a remote server before I make the cfhttp connection?
|
| cfselect onchange to set session variable | 19 May 2008 14:36 GMT | 2 |
I'm trying to figure out how to take the select value from a cfselect and use it to set a session variable. I've tried calling a cfscript function...no success. I'm not using flash...and that's the only examples I could find.
|
| return query from one CFC to another CFC | 19 May 2008 08:06 GMT | 9 |
I have a CFC called "order.cfc". Also in this app is a CFC called "user.cfc". In my order.cfc, one of the functions will setup and create a new order for an existing user. The user ID is passed to the function "createOrder" in order.cfc.
|