| Thread | Last Post | Replies |
|
| CFSTAT | 15 Aug 2007 19:39 GMT | 3 |
I am using CF 6.1 and I wanted to know how it would possible to output the total number of requests processed by the CF Server. Many Thanks In advance Hugh
|
| Search Between Dates | 15 Aug 2007 18:29 GMT | 3 |
This is confusing so I will do my best to explain. We have an app where employees sign out of the office. They supply there userID, LeaveDate, and ReturnDate and it is written into one record in SQL. There are also several searches for this data, one of which is to enter two
|
| Dynamic Class Reloading | 15 Aug 2007 10:00 GMT | 1 |
Problem: I instantiate an external class file (Exported from Eclipse and saved to the cf_root/wwwroot/web-inf/classes folder). If I make a change to the class file in Eclipse, export and overwrite the files in the classes folder on the server,
|
| Installation of ColdFusion 6.1 - Page cannot be found. | 15 Aug 2007 09:44 GMT | 2 |
Installed ColdFusion 6.1 (JRun Multi Instance Version) on Windows 2000 sp4 Ran the Web Server Configuration Tool and configured ColdFusion for IIS 5.1
|
| How to make a process bar or a waitting page? | 15 Aug 2007 09:08 GMT | 5 |
page1.cfm <form action="InputDB.cfm" method="post"> <input id="inputdb" type="submit" value="InputNow"> </form>
|
| CF 4.0 | 15 Aug 2007 05:25 GMT | 1 |
I am using CF 4.0 and try to use JS OnMouseOver="". If you look this page http://www.walterzorn.com/tooltip/tooltip_e.htm#docu and move your mouse onto the "Function-Grapher", the gif file will show. How can I do the same? Thank you.
|
| Insert array into table | 14 Aug 2007 23:07 GMT | 3 |
I have a 2 dimensional array that i need to insert into table. Can someone point me in the right direction ? Matt
|
| Sending a chart via email | 14 Aug 2007 19:02 GMT | 3 |
Would anyone know if it is possible to generate a cfchart in an email? I tried and it would not show in the email. I tried with gmail and with MS Outlook. Below id the code I used: <cfmail to="abc@abc.com" from="abc@abc.com" subject="chart test" type="HTML">
|
| concatenate question | 14 Aug 2007 18:25 GMT | 4 |
i am not getting corret when i do concatenate example <Cfset abc="<ABC>" & "<cfoutput>#emp.test#</cfoutput>" & "</ABC>"> <cfoutput>#abc#</cfoutput>
|
| Seating Chart | 14 Aug 2007 10:19 GMT | 1 |
We have an application to sell tickets. What I would like to know is an example or a direction, on how to accomplish a manual pick from a seating chart. Here is the Scenario, a event id and a Section id Id would be provided.
|
| CF8: Can't find cfc | 14 Aug 2007 10:00 GMT | 1 |
I have tried to use the new smart functions of CF8. But I think that there is some problems with the ajax support and CFC. The code <cfinput LABEL="Art" type="text" name="artname"
|
| want example of cfexchangeConnection | 14 Aug 2007 06:43 GMT | 2 |
i use cfexchangeConnection tage for connected with exchange server. but it give me error to not able to connect with server using 'HTTP/HTTPS' protocols. so any one can give me exmaple for solver it. thanks in advance.
|
| Can I cache a CFHTTP process within an include? | 14 Aug 2007 03:53 GMT | 4 |
Can someone please help me with caching advice? I want to access a snippet of code (from my own server) to include on my CF scripts. Specifically, it is my website header which contains some SSIs (#include). (My site is mostly static with a couple of CF scripts only.)
|
| CF 8 / Vista / DW CS3 | 13 Aug 2007 23:15 GMT | 1 |
I am so frustrated I'm ready to take a huge hammer to my laptop. I just upgraded to Vista, installed CF 8 and DW CS3, and now I can't browse .cfm pages in my browser. I am getting the following error: Server Error in Application "Default Web Site"
|
| Consuming web services | 13 Aug 2007 22:28 GMT | 2 |
I have a vendor who's provided me with a wsdl to start testing web service connectivity. When I use the standard CFINVOKE methodology, I get the following error message: [i]faultString: Destination Unreachable --- WSE817: The "To" header must match
|