| Thread | Last Post | Replies |
|
| ColdFusion MX Multiple Instances | 09 Dec 2004 05:29 GMT | 1 |
We are in the process of ordering our new hardware for our ColdFusion servers. We have decided to use multiple instances due to the fact that developers are affecting each other when the ColdFusion services need to be restarted. - Does anyone know what are the hardware ...
|
| CFMAIL security & CGI.HTTP_REFERER | 08 Dec 2004 19:36 GMT | 3 |
Hi, I've been asked to write a small app that lets a visitor to a website email a link to the page that they are currently on to a friend or colleague. The nuts and bolts of this are straightforward. However, the client has asked me to include a text area so that the visitor ...
|
| Add Participants | 08 Dec 2004 18:13 GMT | 1 |
Lists, Arrays, Structures, complex dynamic SQL statements, what to choose and where to go. Hello CF Gurus, I'm seeking your help. I'm looking for 'best practice' type advise and which direction you could offer me in acheiving my goal. I have a CF Activities page which loads ...
|
| calculate last thursdays date regardless of what today is | 08 Dec 2004 18:07 GMT | 3 |
how can i get last thursdays day regardless of what today is? Thanks NF
|
| cferror oddities | 08 Dec 2004 16:45 GMT | 1 |
I am using cferror type="EXCEPTION" exception="any" template="error.1cfm" in my application.cfm. In error1.cfm I am trying to send an email then display a "Sorry..." message. The email is not sent if I remove the body tags. I always see the default error
|
| Dreamweaver MX Syntax Error | 08 Dec 2004 16:41 GMT | 1 |
Following Coldfusion code shows error on Dreamweaver MX (on design view), though it is not always giving runtime error while coldfusion renders the page <link rel='stylesheet' href='style.css' type='text/css'> <cfoutput> <cfparam default='1' name='mode'> <cfparam default='1' ...
|
| Automatic process for cfmail with excel file | 08 Dec 2004 13:52 GMT | 5 |
Hello, I'd like to send an automatic email with an excel file attachment once a every month. The records in the excel file should be dynamic for every month to list the users who have not logged ino their accounts in 90 days. I created the cfmail section as below and setup the ...
|
| Logon to two servers at the same time | 07 Dec 2004 22:10 GMT | 2 |
We've just brought up a second server to alleviate the load on our main server by running all long running reports on the second server. I want to be able to set the logged on session variables on the second server when they are set on the first server so the user will not have ...
|
| webservice encryption | 07 Dec 2004 20:46 GMT | 4 |
I am attempting to send a pgp ecrypted string using an XML webservice. The problem is the encrypted string contains a bunch of '&' and those are illegal. I get the following message from coldfusion: Could not perform web service invocation "quote" because AxisFault faultCode:
|
| cfchart | 07 Dec 2004 20:43 GMT | 1 |
i have a query which gives net sales over a period of time. sales can be both negative and positive. im trying to represent the sales figures by using a pie chart, but the graphing is weird. if i have both positive and negative sales, the chart will display the negative sales ...
|
| generate word document | 07 Dec 2004 20:43 GMT | 4 |
Is it possible to generate an MS Word document from a query? If so, can someone give me a suggestion as to how I would do that. Thanks.
|
| Insert full path on browse file? | 07 Dec 2004 20:41 GMT | 3 |
I need to insert the entire path into a field by simply browsing for it. The problem is it only remembers the name of the file not the path to it. Is there a way for me to gather the path too by browsing? For example:
|
| SQL insert into statment error | 07 Dec 2004 20:20 GMT | 5 |
Hey all, im trying to make a news page that you can update on the site. So it takes the year, month, date, and review and puts them all into an access database. This is done through a cfc component. However for some reason it says there is an error in my insert statment and I ...
|
| how to use a property in a cfc? | 07 Dec 2004 20:13 GMT | 1 |
hi i have designed one cfc. in that i want define some propertys for the component. and how to assign the values to that propertys after creating the object. here i am thinking these propertry's as public. How can use these propertys in cfm files and with in the methods ...
|
| how to implement OOPS concept in CF? | 07 Dec 2004 20:03 GMT | 3 |
hi i want to implement OOPS concept in CF. what i need to do for this. wrtiting the code in CFC and use them directly in the cfm will enough, or else does i need to do anything. how can i give the name to my cfc? means that when i am creating an object it is aksing for the ...
|