| Thread | Last Post | Replies |
|
| Cfgrid html and href | 11 May 2008 01:32 GMT | 3 |
I am using cfgrid Format=HTML. I have no problem with populating the grid from a query. My problem comes from the href text box in the grid. I have a variable name like the following: /l/listing/tag/#gettopcat.categoryName#.html
|
| Coldfusion Structures Null Values | 09 May 2008 21:19 GMT | 7 |
Hi community! I am writing a report that breaks school down to Grade-Level - Ethnicity - Gender counts for students with more than 3 unlawful absences. I write a query, then I turned that query into a structure in the form:
|
| WTF: coldfusion.image.Image$ReadImageMetadataException: ISO Speed Ratings | 09 May 2008 21:02 GMT | 2 |
I am trying to write out a photo using the cfimage and I am getting this error: [b]An exception occured while performing the writetobrowser cfimage action.coldfusion.image.Image$ReadImageMetadataException: ISO Speed Ratings [/b]
|
| CFGRID not displaying in IE 7 | 09 May 2008 20:59 GMT | 1 |
I have created a form in CFMX 7 that uses CFGRID applet to display data. I am using GoDaddy's CF 7 hosting services to host my form. When I try to display the form in IE 7, the grid does not display. But the same form with the CFGRID displays in Firefox. I do have Java plug ...
|
| CFC question | 09 May 2008 10:55 GMT | 6 |
How do I call a function from another function in the same CFC? For example, let's say that I have a CFC called: cart.cfc One of the functions in the cfc is: getCartSubTotal, which takes one argument - the cart ID
|
| How would you tackle this project | 09 May 2008 08:51 GMT | 9 |
My friends have asked that I try to write a turn based game in CF, focusing around player on player turn based matches in which each player chooses fighting moves to try and bring the others hit points down to zero. Very similar to facebook wrestling for those of you who may ...
|
| cfmenu redraw problem | 08 May 2008 15:42 GMT | 3 |
We have created a 'tabbed' horizontal menu using cfmenu. cfmenu allows you to specify a background image and we used an image that looks like a tab for the top menu level. It works fine, except when the page first loads or you click on a menu item to go to another page. Then ...
|
| CFHeader question | 08 May 2008 13:14 GMT | 2 |
I'm trying to use <cfheader name="Content-Length" value="57000"> as part of a file download but all I get is an empty file. If I remove the tag it downloads the file correctly. Any suggestions what might be going wrong? My code
|
| Cold Fusion is Dead | 08 May 2008 02:32 GMT | 9 |
After 12+ years of using ColdFusion, I am sorry to say that our company is saying "goodbye". 1. Poor (to no) support (really poor) - this forum has 39 people on it right now - compare it to SQLServerCentral - horrible.
|
| Problems with Sessions | 07 May 2008 15:21 GMT | 5 |
[b]ANY SUGGESTION IS APPRECIATED [/b] I have a application that at the beginning, create this big empty session structure (and arrays). Users go through a series of forms that populates the structure. All data validation for mandatory forms is done server-side. For
|
| XML-RPC with Coldfusion and Bugzilla | 07 May 2008 14:33 GMT | 5 |
Hi I am trying to send data to Bugzilla from my Coldfusion Application..and Bugzilla uses XML-RPC, i only worked with SOAP before and havn't had any idea on XML-RPC and tried to browse thru in google but unable to find the exact
|
| iText Watermark position issue | 06 May 2008 22:59 GMT | 18 |
Coders, Please forgive me in advance as my java kung foo is not that strong. I have a site which allows users to merge multiple pdf documents they choose via a checklist, and then it will apply a small watermark to the top left (xposition
|
| cfform inside cfajax | 06 May 2008 22:53 GMT | 2 |
I have a confusing issue here... I am loading data into a div page using cfajax Inside the div page, i have a form. as soon as i put the form inside a table, it disappears.
|
| Need to... double parse? | 06 May 2008 20:49 GMT | 4 |
Okay, I have an application that can change frequently, as such, I need to run a query that tells my main query what it needs to update. So one query provides the other all the fields it needs to update. The main query and function are attached. The Insert part works fine, but ...
|
| url redirect | 06 May 2008 18:57 GMT | 4 |
Hi.this is the url: urlPath = "http://www.imedmart.com"; and users have also access to the web site by: http://imedmart.com . but I need to fix http://www.imedmart.com/ and http://imedmart.com either one
|