| Thread | Last Post | Replies |
|
| Timezones and Java Classes | 21 Apr 2007 04:48 GMT | 3 |
I'm trying to pro-actively solve the timezone issue of capturing and displaying data in local time for a global audience. I found the timezone.cfc stuff (which looks like it should do a great job), but can't seem to get it to initialize.
|
| comparing multiple values | 21 Apr 2007 00:43 GMT | 3 |
I am outputting a cfquery and I want to compare multiple columns within the same record to see which one is the largest. Any suggestion besides a huge complicated if else statement?
|
| Trimming off extra characters | 20 Apr 2007 21:54 GMT | 4 |
I am trying to find out what the CF Function is to trim characters off a variable. For example: We have a series of variables for filenames such as 2007/filename.jpg, 2007/filename2.jpg, etc, and we want to program the Cold Fusion to strip off
|
| cfreport truncating fields | 20 Apr 2007 21:41 GMT | 3 |
I'm setting up a cfreport for either PDF or flashpaper output, and it works great except that sometimes it is truncating the content of a field. The content is a datebook-type format, and I have one report field that concatenates name + address + email addresses in one ...
|
| What are we worth? | 20 Apr 2007 18:19 GMT | 9 |
I am posing this question for two reasons. I am curious to see what a CF developer is worth to a company and also because I might be switching dev jobs to another company that is going to switch from ASP to CF and would like to know what I should be asking for to keep in line ...
|
| Data format conversion issue | 20 Apr 2007 17:46 GMT | 7 |
I have a problem with data being corrupted in transit from a form to a query to output. Here is the statement: QuerySetCell(PartsOrdered, "Part",evaluate('form.partno#Counter#')); However, what is happening is, when a part number gets passed in that looks
|
| Getting/Setting Arrays of DTOs in a DTO | 20 Apr 2007 17:18 GMT | 1 |
A couple questions: Is it bad practice to pass array collections of other DTOs in a DTO? Why am i unable to get CF to return a numeric value when i run arrayLen(theDTOarray)? Error says cannot convert string to an array,
|
| 3rd Party Email Application for CF | 20 Apr 2007 14:53 GMT | 3 |
I know there are 3rd party email applications for CF ... Can anyone point me to them and/or let me know if they have worked better. I'm looking for more power with email (tracking, sending, routing, etc). Thanks,
|
| plzzzzzzzzzz help me with applets | 20 Apr 2007 11:16 GMT | 1 |
I want to know how to register applet in coldfusionmx7 administrator.I want to know what values need to be given to the parameters code and code base. Please help me with this. Thanks in advance.
|
| Extracting data from string | 20 Apr 2007 07:28 GMT | 3 |
Can anyone point me in the right direction as to how URL's can be extracted from a string? Or at least find the start and end positions... EG:
|
| Want to prevent spamming with random image... | 19 Apr 2007 21:14 GMT | 8 |
Hi, I would like to prevent spamming on my coldfusion form. I see that some sites like Yahoo.com, before a user can click submit to create an account, they have to enter some random text from a randomly generated image before clicking. Does coldfusion have some api, tutorial, ...
|
| customizing error messages | 19 Apr 2007 20:34 GMT | 2 |
i have created a page called errorvalidation.cfm and added the code <cferror type="exception" template="errorvalidation.cfm"> to my application file, so that if there is an error message my custom page will appear....this works fine if the error occurs on a page in the same ...
|
| Help with UDF | 19 Apr 2007 20:02 GMT | 4 |
Howdy Folks, I have a search page that returns a list of matches based on the user input. I thought it would be slick to show the user's search parameter in RED, inline in the returned results. I got this to work, but had issues with capitalization
|
| search and compare in an external directory | 19 Apr 2007 19:10 GMT | 8 |
I am still a relative neophyte to the world of ColdFusion, but I have created some fairly sophisticated real estate applications. I have an issue that I need to solve and I?m not sure exactly how to approach it. I?m thinking that the solutions will most likely involve some ...
|
| Online payment | 19 Apr 2007 18:56 GMT | 1 |
I want to know if one can write coldfusion code to enable online payments via credit cards. Thanks grscot31
|