| Thread | Last Post | Replies |
|
| XML and Escaping a Character in a String | 31 May 2007 22:23 GMT | 9 |
I have a small question in regards to XML and escaping a character. I'm reading an XML file and parsing it, then re-creating the XML file with added items. One of the strings has a "-" in it and it spits this out in the XML:  ? 
|
| CFreport | 31 May 2007 21:45 GMT | 4 |
I am using the cfreport tag and i have a .rpt that displays just fine besides just one thing. The report does not refresh itself with the newist information. I have it connected to the database via Crystal Reports11 and it just doesn't want to display the most current data. I ...
|
| Problem with nested categories | 31 May 2007 21:31 GMT | 4 |
I'm trying to create a database-driven menu bar. I'm new to XML, CF, and Spry, so I was hoping someone could point me to a reference. I have no problem creating a one layer menu like this: Category1
|
| Broken webservice behavior in CF 7.0.2? | 31 May 2007 21:10 GMT | 3 |
I've managed to consume a webservice that uses a complex data type as one of its input parameters on my [h]DEVELOPMENT[/h] machine (WinXP, CF Dev 7,0,0,91690). I get the following error when I move the code up to our [h]STAGING[/h] server (Win2003, CF Standard 7,0,2,142559):
|
| Element is undefined in URL | 31 May 2007 21:01 GMT | 2 |
I can't seem to use a named field in a URL's querystring when it contains a hyphen. Here's my code: <body> item1 = <cfoutput>#url.item1#</cfoutput>
|
| Passing a Session variable to another Application | 31 May 2007 20:09 GMT | 4 |
The law school portal, which people log into, creates a session variable of the unique id which allows them to have the site custom to them. I have developed a module with its own Application.cfm and would like to pass that session variable to the new application. Can this be ...
|
| Using a column name in a where statement | 31 May 2007 18:18 GMT | 9 |
I am attempting to refine down a date field to just the year to match it up with an argument, but it is coming up as an error. I tried: WHERE #DateFormat(datePosted, 'yyyy')#
|
| Check Image Size before Upload | 31 May 2007 16:50 GMT | 3 |
Check Image Size before Upload using form with two browse button. I am using CGI.CONTENT_LENGTH to fetch the Image Size,but it is giving be the total size of the images I am selecting from two browse button.I need the image size of one selected by first browse button and second ...
|
| random numbers | 31 May 2007 15:47 GMT | 8 |
Hi i did have some code that made up a alfanumeric random number i know it took from a list of abcdefghijklmnopqrstu0123456789 anyway i have lost it and i need a random afla-numeric does anyone know the code to do this?
|
| Calling static methods | 30 May 2007 23:00 GMT | 9 |
I have a problem with calling static methods after creating a object: I am using coldfusion 7.0 and this is my code: When I am using either <cfobject> or createObject the same <cfobject action="create" type="java"
|
| cfloop error | 30 May 2007 22:54 GMT | 1 |
Ive never used cfloop like this before i followed advice from another member of this forum and got this error. This is an edit function with a drop down. if the user selects Acid and then edits it the menu reverts to the first thing in the list not the one they had
|
| cfchart in unix | 30 May 2007 19:38 GMT | 1 |
I am doing mx cfchart with weblogic on solaris and I can't get the chart to display....sometimes. The browser is ie. I may not need to be in the advanced section but its beyond me. I know the code works sometimes in unix, I got the same syntax to work in windows. Any ideas?
|
| Registration | 30 May 2007 19:07 GMT | 1 |
I am fairly well versed in Cf but by no means an expert. I am writing an App that requires user registration / payment. I have 5 steps: 1. Choose Member Type 2. Create Account
|
| coldfusion store image into db | 30 May 2007 18:24 GMT | 2 |
I would like to know what size of image i can store into db. I am using SQL server. and after storing image into db how do I read it
|
| Using CFCs on a Mac | 29 May 2007 17:36 GMT | 1 |
I have been using CFCs on a pc for quite a while and have reciently been able to get CF to run on my Mac. I installed it as a standalone server and have verified that it is working through standard code however I can't use CFCs as I recieve messages that it can find the cfc. I ...
|