| Thread | Last Post | Replies |
|
| CFMAIL - Unicode filename for attachments | 28 May 2005 03:25 GMT | 6 |
Hello again PaulH, I am hoping you can give me some advice about this. I have the charset attribute set to "utf-8". See attached code. I've resolved my earlier issue about inserting (or replacing) text in the
|
| CFFILE Uploading files from network share | 28 May 2005 01:31 GMT | 2 |
Help Please!!! I have a mission critical application which uses CFFILE to upload documents. It works fine on the testing environment but fails on the live server, giving a "String index out of range -4" error each time.
|
| Designating Forum Topics | 27 May 2005 21:15 GMT | 1 |
I've been working on a forum for awhile, and one of the main things I see in other apps, that eluded me so far is how to designate different statuses to topics that are new (since last visit), recently viewed things like that. I don't have a lot of experience with session ...
|
| Strange CFChart Label issue | 27 May 2005 16:38 GMT | 5 |
I'm trying to create a chart showing percentage of space utilized on a server. Everything is all set, except the axis labels are acting odd. it goes from 0 - 100, but uses 11, 22, 33, etc. for the other points. I would like to get them to be 10, 20, 30, etc.
|
| XML from CFC for XMLHttpRequest | 27 May 2005 15:16 GMT | 2 |
Let me prefix my question with the statment that I have searched the forums and found the answers given there to not be the solution to my problem. I am trying to get a CFC to return a string representation of an XML document to Javascript's XMLHttpRequest. So far Javascript ...
|
| TrackUsers not working in CF7 | 26 May 2005 23:27 GMT | 1 |
Here is a custom tag that worked in CF5 but has not worked in CF7. Any suggestions as to why would be more than helpful. <!--- Custom Tag Name: TrackUsers.cfm
|
| dynamic expressions | 26 May 2005 23:09 GMT | 3 |
I have two identical (in terms of number of fields and their names ) datasets with different names. Trying to build an expression that dynamically changes "dataset" name in cfoutput
|
| Determine if a date is during DST | 26 May 2005 22:01 GMT | 3 |
Is there an easy way in coldfusion to determine if a give date/time happened/will happen during Daylight Saving Time? I can find out if the server is currently observing DST. But I need to know this for a time stamp that was recorded without time zone info. I know that the ...
|
| Flash Remoting Gateway not working properly | 26 May 2005 19:27 GMT | 3 |
Basic configuration info: Windows 2000 server running IIS Coldfusion MX7 with hotfix 2 Here is the issue. On my production server data will not load in cfgrid.
|
| CF Administrator Issue | 26 May 2005 19:21 GMT | 1 |
I am setting up a test environment to practice my upgrade from CF 5 to MX7. I have set this up by rebuilding another machine with everything exactly like my production environment. I basically took a disk out of my raid and let it build on this test machine. Before I brought ...
|
| PreserveSingleQuotes Not Working in CFQUERY | 26 May 2005 18:45 GMT | 2 |
Just a heads up to those for those using CFSCRIPT within a CFQUERY to compose a Dynamic SQL statement. When you try to use PreserveSingleQuotes(SQLTEXT) the resulting query string is only partially escaped. The only Sucessfull approach I found was to compose the SQL using ...
|
| Parsing CF Code Inside A Variable | 26 May 2005 16:38 GMT | 1 |
As far as I know this 'should' be possible. Here's the situation: I have a website where lengthy HTML formatted descriptions are stored in a database. When a user accesses an item, the description is pulled up and displayed on the screen. What I want to do is embed coldfusion ...
|
| VSpider localhost to domain mapping? | 26 May 2005 12:26 GMT | 2 |
VSpider in the developer version of CFMX7 can only index a local site. So, my question is how do I map my collection from localhost to my domain name? I've tried 'mappath', but it doesn't seem to be the right solution. Thanks,
|
| Verity Spider indexing navigation | 26 May 2005 02:58 GMT | 2 |
We are using Verity Spider on one of our client's site, and then use CFSEARCH to return any results matching the user's search keyword. One thing that our client has noticed is that, if the user searches for a word that is used in the main navigation of the site, then some of ...
|
| CSS in CFDOCUMENT Footer | 26 May 2005 01:11 GMT | 2 |
After figuring out that the style shhet has to be included with in the CFDOCUMENT itself (doesn't inherit from the Application.cfm file), I am now also noticing a problem with the footer. It doesn't support the styles that are used on the rest of the document. It looks like I ...
|