| Thread | Last Post | Replies |
|
| How to convert string number to numeric | 10 Jul 2008 16:12 GMT | 3 |
I have a list of dollar amounts that get totaled over a cfloop and query: <cfset FileCount = 0> <cfset FileDollar = 0> <cfloop query="TxtQuery">
|
| Looping over cfdirectory | 10 Jul 2008 15:55 GMT | 6 |
Hello. I am having an issue with looping over cfdirectory. What I am trying to do here is grab the size of the files associated with the db. So where #current.Dir.Name# = #DB Column# update size etc.... What's happening is it is displaying the same id about 90 something times ...
|
| Garbage Collection in Coldfusion | 10 Jul 2008 08:09 GMT | 2 |
Hi !! I have a cfc object which has been assigned to a session variable. This cfc has multiple arrays & a query object as its members. If I write <cfset Session.CFCObject = "">
|
| Updating cfmodule with AJAX | 09 Jul 2008 23:50 GMT | 3 |
Hi Folks, Can anyone please tell me how I can update the cfmodule using ajax? I can use the innerHTML function with a div and it works fine. Can anyone tell me how I can get it to work with cfmodule? Here is my code:
|
| Array of structures - two ways to approach - which is better? | 09 Jul 2008 22:36 GMT | 4 |
Folks - I've been trying to create an array of structures, but I bumped into problem that lead me to an example that is completely different. I'm trying to figure out which is valid. In general, it comes down to this: (1) myStructure[i].firstName
|
| Populating List Boxes | 09 Jul 2008 06:49 GMT | 3 |
Azadi ? Thanks for your HELP on my last problem. ? This is the Old Dog Playing a Young persons game! And loving It! Using CF8 and MySQL 5 New?? List Boxes, or drop-down Combo list Boxes, could you or someone direct me in the proper direction for information on how to Populate a ...
|
| Problem with ListAppend() | 08 Jul 2008 23:05 GMT | 3 |
Code Attached... I am writing some code that validates form data and upon finding something that is not correct, I would like to add the error message to a list. Then when the validation is complete i can use a cfloop and create a list of
|
| Ranking | 08 Jul 2008 21:21 GMT | 15 |
This shouldn't be hard but I am stuck. I am running a query that adds the number of rows a person has added to three different tables. What I want to do with that query is determine where that total is in relation to all other users that have added rows. So lets say I've added ...
|
| CFC vs. CFM (Best Practices) | 08 Jul 2008 20:16 GMT | 5 |
I am fairly new to the ColdFusion world and have a couple of questions related to best-practices and appropriate usage of various options First of all the CFM vs. CFC. Coming from the OO world it seems that the CFC are to be used for entity classes and controller classes and the ...
|
| Using cfif in input fields | 08 Jul 2008 19:42 GMT | 2 |
I know rest buttons are useless, but my customer wants one, so here I am. I have a form, and the text input and radio buttons have cfif statement to check for values. It all works well. But, by putting cfif in the input fields, the Reset button will not work. If I take the ...
|
| Encrypt giving different values when I reload | 08 Jul 2008 00:57 GMT | 2 |
On CF5, I am trying to encrypt a field. But for some reason, sometimes the last couple of characters changes. I run the page below... refresh a few times, and get different values. Ideas? <cfset pswd = "VR4ds2dq">
|
| Forms | 08 Jul 2008 00:23 GMT | 4 |
So i have 3 image buttons in a form and i want to know which button has been pressed. I could make each button its own form but that doesnt sound logical. Whats the right solution or what i have i done wrong below. <!--- My form with 3 Image Buttons --->
|
| Application.cfm problem | 07 Jul 2008 17:58 GMT | 2 |
My Application.cfm framework all of a sudden giving me the following error message. I haven't chagned any values in it. What does this mean: The system has attempted to use an undefined value, which usually indicates a
|
| do i always have to have a primary key in a mysql table? | 07 Jul 2008 17:29 GMT | 3 |
do I always have to have a primary key in a mysql table? what is best practise? thanks
|
| CFCALENDAR form input is passing empty... Can't figure out why. | 07 Jul 2008 14:46 GMT | 5 |
I'm using cfcalendar to let users select a date, then they submit the HTML form. My code is simple... <cfform action="calendarTest.cfm" method="post" format="html"> <cfcalendar name="startDate" height="220" width="220">
|