| Thread | Last Post | Replies |
|
| xml output | 24 Jun 2008 20:43 GMT | 5 |
I am trying to put hx:name and i am getting error message any idea? I think when I use : (colan) that consider as expression <addresses> <address>
|
| create xml object from result of a T-SQL FOR XML statement | 24 Jun 2008 14:11 GMT | 1 |
<cfquery name="getOrgScope" datasource="FTL_web"> select * from myTable FOR XML AUTO </cfquery> <CFOUTPUT QUERY = "getOrgScope">
|
| CFC Init problem | 24 Jun 2008 10:46 GMT | 2 |
I'm trying to create a cfc in my application scope but the variables I set in the init method don't seem to be persistent. Here is the init method: <cfcomponent displayname="coupons" hint="Checks validity and type of coupon and applies it to order."> <cffunction name="init" ...
|
| Delimiter (NOT) | 24 Jun 2008 04:14 GMT | 3 |
I'd like to use a delimiter = "," The exception would be when the , is surrounded by numbers as in [0-9],[0-9]. Is there a way to write a delimiter that includes a comma, but NOT [0-9],[0-9]? Any thoughts are appreciated!
|
| Database Entry Comparison | 23 Jun 2008 23:55 GMT | 6 |
My company has a SQL database that serves as the analytics collection for our internal search engine. I am creating an analytics dashboard. One of the things I want to find out is a listing of brand new searches/entries that are new within the last month. Anyone have any tips on ...
|
| Save cfexecute output | 23 Jun 2008 19:49 GMT | 5 |
I am on a quest to determine .flv file dimensions. (Posted in the Flash section already- but my current attempts are not Flash specific) I am currently trying to use ffmpeg via cfexecute to get the file information. One 'feature' of ffmpeg is that any time you address a .flv ...
|
| Multiple Join Question | 23 Jun 2008 18:43 GMT | 10 |
I am trying to pull information out of a database using joins. It doesn't seem to be working. I get no results. Here is how my tables are set up and what I am trying to join. I get no results whatsoever displayed, but no errors. I want to show the "compname" and then the teams ...
|
| Application.cfm - Should I use queries or set session variables? | 23 Jun 2008 17:27 GMT | 9 |
I have an application that has many users for many different companies logged in at the same time using the system. I use the application.cfm to call and set a bunch of variables that make the system work, such as preferences and things. Would it be better to use 5 or 6 ...
|
| Verity on MX7 taking huge amount of memory | 23 Jun 2008 15:50 GMT | 32 |
We are running over 60 websites on a single webserver with the same Content Management system. Mainly small sites. We have a Verity collection for each site. We have recently upgraded from MX6.1 to MX7.0 (Standard) and now we are in big trouble. The K2 server takes up huge ...
|
| Check Windows or Linux? | 23 Jun 2008 10:09 GMT | 5 |
Is there a way to check which OS is running on the CF Server using CFML? If yes, pls avise. Thanks and regards, Yogesh Mahadnac
|
| Coldfusion 8 bug with GetPageContext().forward() | 22 Jun 2008 06:22 GMT | 6 |
I have a form that uses enctype="multipart/form-data" in a production server with Coldfusion MX 7 that's working fine. But when I try to move the application to the Coldfusion 8 it crashes! This error only happens when using GetPageContext().forward() after submiting
|
| Image Gallery Question | 21 Jun 2008 08:51 GMT | 1 |
Maybe not a CF question specifically but I'm hoping someone has some input anyway. I was thinking of adding an image gallery for paying users of my site. I have several thousand users and was thinking of giving them all the ability to add
|
| godaddy to authorize.net connection error | 21 Jun 2008 03:24 GMT | 1 |
I'm getting a "connection failure" error (IE, FF) trying to connection to authorize.net through a coldfusion test page on godaddy host account. I was told to use their proxy server. I have the following but still no connection.. <cfhttp
|
| CFImage problem | 20 Jun 2008 09:36 GMT | 1 |
I'm having troubles with cfimage... I have an app that uploads and image and if needed, resizes it. I've been getting an error every now and then that doesn't give accurate information on what is going on (please see below):
|
| CF5 & Unicode | 20 Jun 2008 04:53 GMT | 1 |
Is anyone aware of a method using CF5 to insert cyrillic characters into a SQL2K5 database? I've tried.. update table set column = N'[value]'
|