| Thread | Last Post | Replies |
|
| Required fields not working AND other validation fields not working | 30 Sep 2006 19:11 GMT | 4 |
I too am having a problem with CFFORM "required" fields not working. Would someone please help me? This is my form code: <cfform action="index.cfm" method="POST" enctype="multipart/form-data"
|
| Query of a query | 29 Sep 2006 22:56 GMT | 2 |
1 column in the main dataset has 3 possible conditions, 1, 0 or null. When I try to create a subquery of the main query using dbtype="query" the recordcounts come out wrong for 0 and null (0 counts both null and 0, null counts nothing). I've tried a variety of ways to count null, ...
|
| Get image heigth and width. | 29 Sep 2006 22:14 GMT | 2 |
Is there a method to get the the heigth and width of a .gif or .jpg? I plan to use cffile to grab the file name to place in a db record. This record also needs to contain the heigth and width of the graphic.
|
| reset | 29 Sep 2006 20:17 GMT | 1 |
I have a CF& flash form and I want to rest only some of the fields. Is this possible? I want to press the reset button and only some of the fields get reset. Thanks George
|
| CFIF in CFMAIL | 29 Sep 2006 17:44 GMT | 2 |
Is it possible to use cfif within a cfmail tag ? For example, the cc part needs to be based on a condition. So if condition is 'A', then cc="XXXXX" else if condition="b" then cc="MMM", etc. Would I just use a cfif inside the cfmail tag, right before the
|
| XML as possible storage solution? | 29 Sep 2006 17:41 GMT | 3 |
I have a couple of forms that have at least 100 fields on them. Only 4 or 5 fields need to be stored in my SQL db, but the entire form needs to be able to be saved as a draft, then upon final submittal saved as a PDF for historical purposes.
|
| CFMAIL - how to insert line feeds? | 29 Sep 2006 16:26 GMT | 6 |
If a customer has chosen rush delivery it is one of the first lines I would like them to see in email receipt. Dear #firstname# #lastname# <cfif rush_delivery eq1>
|
| Dynamic List Box | 29 Sep 2006 14:53 GMT | 2 |
I basically need some help with a problem that i have. What i want to do is, populate two textboxes with the related data from the selected value from the listbox. I have a database set up, with four columns.
|
| Is it possible to modify an application variable within a onSessionEnd function? | 29 Sep 2006 09:59 GMT | 6 |
inside the onSessionEnd function only a copy of the Application scope exists, so I'm not rellay sure if you can modify an Application variable from within onSessionEnd
|
| Session with user-chosen CFID/CFTOKEN values | 29 Sep 2006 07:54 GMT | 5 |
If someone accesses a CF page, specifies CFID and CFTOKEN as URL-parameters and ColdFusion doesn't find a session associated with these IDs, ColdFusion automatically creates a server-session with those values associated. Is there a way to tell ColdFusion do not use the specified ...
|
| IPN Assistance | 29 Sep 2006 03:03 GMT | 5 |
Is there anyone in the forums that could help me with this? I have everything working except I can't figure out how to pass a variable to the notify_url to update the database. The return url works.
|
| Souce Code Control Tools | 29 Sep 2006 02:07 GMT | 3 |
Just to ask your oppinion about source code control tools. Currenlty I'm using Visual SOurceSafe. DO anyone have any tools that better than VSS. Please let me know at provide me a link. Regards
|
| Session being lost | 29 Sep 2006 01:13 GMT | 3 |
I have a strange session-related issue. I'm running Coldfusion 5 Professional edition on Windows 2000 Server. The scenario goes like this: => Page1.cfm receives a SESSIONID (say SESS_MGMT_399_46591041 ) => every time the page reloads, it receives a new SESSIONID .
|
| Insert Multiple records from one form with checkboxes | 29 Sep 2006 00:26 GMT | 10 |
I need to insert multiple records into a database from a form with Coldfusion and am stuck ? it functions properly when inserting one record at a time. Basically the user will select their employee name (EmployeeID) from a dynamic list, and then multiple session numbers ...
|
| CF on Macbook Pro Intel | 28 Sep 2006 22:25 GMT | 6 |
OK, perhaps a bit enthusaistic, but raced out and tried to install CF on my brand new Macbook Pro, and it fails to start when using the start tool installed by CF. FYI - running 10.4.7 OS X. Questions are:
|