| Thread | Last Post | Replies |
|
| PHP to CFM??? | 30 Apr 2008 23:59 GMT | 2 |
My hosting doesn't support PHP and most everything with Flash Remoting on the web is in PHP. I only use Coldfusion because that's just what I know and I like it. However I'm not very skilled at it and I'm wondering how to convert this PHP to a simple cfm file.
|
| Is my installaton of CF MX 7 using JVM or not? | 30 Apr 2008 22:49 GMT | 7 |
I was recently directed to start using some "global logon" software with my application on our company intranet. I don't know if it is developed in-house or purchased. When I talked to the person providing the software, he asked if I was running
|
| String Comparison in Coldfusion | 30 Apr 2008 20:17 GMT | 6 |
I have declared two strings as given below and trying to do a compare with "EQ". I was looking for a mismatch after comparison is done, it says both the strings are same. <CFSET oldcompany = '033'>
|
| Database content wrecking pages | 30 Apr 2008 18:54 GMT | 3 |
I am using ColdFusion to allow a client to enter content into the database which is then used for the display of information such as a story or song description. When the clients enter the information they can add double quotes or extra spaces that can wreck the page when the ...
|
| Coldfusion hosting in the UK | 30 Apr 2008 18:28 GMT | 3 |
Having had about six months of grief from the staff at Hostway, we are looking to change hosts. I was wondering if anyone could recommend some good CF hosts? We're currently running on CFMX 7, but Im open to changing to CF 8 if we find a good host .
|
| Need help with cfsearch | 30 Apr 2008 17:33 GMT | 3 |
Hi there, I have Coldfusion v 7 installed. I am using the Verity collection and it is working fine. I am having trouble with attributes - ContextHighlightBegin, ContextHighlightEnd, ContextPassages and ContextBytes. It seems that no matter
|
| cftry and cfcatch | 30 Apr 2008 17:25 GMT | 5 |
I have the folloinwg code and it works on my development server but when I move to my production server, it blows up but it does not show me the error, but I think the code is blowing up. <cffile action="upload"
|
| Javascript Date validation | 30 Apr 2008 16:21 GMT | 2 |
I have form with two date fields. The default for the date 1 is the current date. Date 2 cannot be after date 1. Does anyone know of a javascript that would validate this on the client side. I don't want them to be allowed to hit submit if they don't the right date for date 2 ...
|
| Check length of variable | 30 Apr 2008 13:22 GMT | 2 |
Hello. I am inputting variables into a db using cfquery and was wondering if there's a way to check the length of the characters first before inserting it. If the variables character length is greater than the value that a longtext column can hold, I want to strip off the ...
|
| query query | 29 Apr 2008 23:04 GMT | 4 |
hi.I have these 2 queries: <cfquery name="qProducts" datasource="#session.eManager.datasource#"> select * from tbl_product_vendor WHERE (dbo.tbl_product_vendor.product_id = '#url.ProductID#')
|
| W3C URL validation | 29 Apr 2008 17:24 GMT | 5 |
I have an XHTML (Transitional) page that includes absolute URLs to ColdFusion pages. These URLs include characters, such as &, that the W3C won't validate unless I change the characters to their ASCII equivalents. However, if I do this, then the URL doesn't work.
|
| query in CF7 works but not in CF8 | 29 Apr 2008 17:20 GMT | 3 |
I've got a site that i just moved from CF7 to CF8. Some of our queries are no longer working on 8 where they worked fine on 7. The following query chokes with Error Executing Database Query.
|
| CF8 CFChart issue | 29 Apr 2008 15:49 GMT | 1 |
Does anyone have a fix for this bug? The below code displays perfectly in CF 7 and earlier versions. But in CF 8, the first chart series displays 6 elements in the graph even though it has just 2 elements. <cfchart format="png" chartwidth="280" chartheight="100" ...
|
| Date won't show up | 29 Apr 2008 15:20 GMT | 4 |
I have no idea why the date field "#LSDateFormat(qRegisteredStudentsMonth.eventDate,'M/DD/YY')#" --line 29 won't show up in the html. I KNOW that the data is there in the database. Any help would be appreciated!!
|
| To all those who believe ColdFusion is dead.. | 29 Apr 2008 15:16 GMT | 4 |
I am not on here a whole lot, but when I do browse the forum I always see posts (usually by PHP trolls) that try to make the claim that ColdFusion is dead. But according to the Tiobe Index that measures the popularity of all programming languages, ColdFusion ranks number 20! ...
|