| Thread | Last Post | Replies |
|
| Reversed dates | 30 May 2008 16:42 GMT | 7 |
We have just moved to a new server, upgrading from CF6 to CF7 (package using CF not tested with CF8). I am now getting weird rersults with CFDIRECTORY, where the lastmodified returned value is reversed. Therefore if the date should be 27 May 2008, I am
|
| method cfc question | 30 May 2008 10:01 GMT | 8 |
According to guru Hal Helms in his tutorial about cfcs when he is introducing methods in cfcs (the free sample chapter from his book on his website) I should get an error saying Element SALARY is undefined in VARIABLES. But I don't. I imagine it is becuase I am using cfmx7 but I ...
|
| Formatting text | 29 May 2008 06:25 GMT | 1 |
I have a form with a cftextarea. The textarea feeds the text into a database table field. A separate cfm page displays the text as a result of a query. To insert the formatting tags into the text before it is sent to the database I am currently using TinyMCE. Is it now possible ...
|
| the new cfimage tag - do I still use cffile to upload ? | 29 May 2008 06:00 GMT | 1 |
I need the ability for the user to browse for an image on his local computer and upload it to the coldfusion server. In addition, I need to: a) resize it b) rename it
|
| using same page for different purposes | 29 May 2008 00:46 GMT | 4 |
Can someone advise me on what's the best way to use the same page for different purposes? For example, I have a page, "search.cfm" which displays row after row of database results. At the top of the page are 3 different input boxes. You can
|
| CFC Query Return not working | 28 May 2008 00:48 GMT | 7 |
Here is my code within the CFC: <cffunction name="getThisProjectNumber" access="remote" returntype="string" output="false"> <cfargument name="thisProjectName" default="string" required="yes">
|
| 2 values from just one dropdown | 27 May 2008 16:51 GMT | 6 |
I am using cf 8. and still realitively new at CF. I have a dropdown for products a, b and c (with their corisponding values) i.e. <option value="150">a</option>
|
| CF8, IIS 6.0, Win2003 Server & ACLs... I need a drink. | 27 May 2008 15:27 GMT | 4 |
First off the background... I have a Windows 2003 Server sitting on my bench that was built and made as a secondary controller in my domain. I installed the IIS 6.0 application server (with the anonymous user of IUSR_USER) and verified the install as good. No problems ...
|
| error message | 27 May 2008 10:12 GMT | 6 |
I have tried to follow three examples and i get the same result when i display in my browser. i have tried it on 3 different computers using firefox and iexplorer. i know i have to turn something on or missing the plot. can someone stop me from going crazy..... please.
|
| pagination of a returned recordset | 26 May 2008 16:29 GMT | 2 |
(I'm using DW 6.1 and Coldfusion MX with an Access database). I've been going over this for the past couple of days and I am stumped. I have a form that collects information used to search on the database: <FORM name="mp3search" ACTION="mp3test.cfm" METHOD="POST">
|
| vairable queryall undefined | 26 May 2008 14:33 GMT | 5 |
Sorry getting confused again here, why do i get this error? Do I have to use dot or array notation to output only one coloumn of the results? Thanks Variable QUERYALL is undefined. --------------------------
|
| Dynamic Variable Names | 24 May 2008 08:49 GMT | 5 |
Okay, I just need to figure out how to make dynamic variable names. In this case, I have a loop, and inside the loop I need to create a new array for every iteration of the loop. Something like <cfloop from="0" to="10" index="i">
|
| formatting date inside a returned recordset | 23 May 2008 23:39 GMT | 2 |
I have a recordset that has a date as part of what's shown. I've tried various ways to format the dynamic text (I'd like something like: May 23, 2008), but I can't get it to work. So, if I had as part of the output table:
|
| **repost**adding <cfloop> contents to a structure key | 23 May 2008 22:52 GMT | 2 |
Another question in regards to an earlier post with the same name that Mr. Bracuk helped me with. Relevant information again. I am trying create a structure which contains all the dates of a particular event inside of its elements. A visual representation would look like:
|
| Using web apache web server | 23 May 2008 16:48 GMT | 1 |
There are a few posts with simmilar problems. But I can't seem to fix my problem. I have a LInux RHEL4 server, apache 2.0 and I am trying to install CF8. If I set up the apache connection in install I get either the page that wants me to
|