| Thread | Last Post | Replies |
|
| RSA encryption solution? | 27 Dec 2004 19:11 GMT | 8 |
Hi, I'm writing an application that interacts with a web service that is written in .net. It requires me to RSA encrypt my password with a public key that I can obtain from the service. Is there an algorithm or tag or solution available for ColdFusion to do this? Any help ...
|
| How to give download button to the user? | 24 Dec 2004 03:53 GMT | 2 |
hi i want to give the file downloads to my clients. when they clicked on some button it should display directly file download option. like what macromedia is doing in the download section. when we click some file option it should not display the file path in status bar or ...
|
| continiung once an error occurs | 24 Dec 2004 03:47 GMT | 2 |
i'm looping over a list of words and inside this loop i am accessing the amazon web service. if amazon doesnt return results it will throw and error. is it possible for my loop to continue onto the next word if/when the amazon webservice returns an error? thanks NF
|
| Application communication between servers? | 23 Dec 2004 18:18 GMT | 1 |
I have a need to have one CF application running on one server to send a message to another application running on a different server. Does anyone have any ideas? Thank you, A.J.cfm
|
| Convert ColdFusion functions to JSP? | 23 Dec 2004 14:11 GMT | 5 |
Can anyone point me in the right direction for advice on the best approach for converting Cold Fusion functions into JSP? We are currently using version 4.0, believe it or not! Thanks
|
| how to detect caller page from module | 22 Dec 2004 22:19 GMT | 2 |
i have module to handle log writing and if necessary emailing troubles to admin. is there method to detect cf page who was calling module? i would write this information to log and email. Xmas
|
| CFMX, JRun 4 and Multiple Websites | 22 Dec 2004 22:08 GMT | 1 |
I am running CF MX 6.1 and JRUN 4. I want to running a new website with it's own domain. This runs: http://www.site1.com/maps/index.cfm This fails: http://maps.site1.com/index.cfm
|
| Using CFGRID and registering an Applet | 22 Dec 2004 20:56 GMT | 4 |
I'm experiencing a great deal of frustration and although I've looked through as much printed and online documentation as I can find I cannot figure out the correct thing to do here. First, on my XP box I have a full StudioMX install and so I am running CFMX
|
| CFMX memory leak due to CF_modulle call?!?! | 22 Dec 2004 15:42 GMT | 1 |
We've just ran into an issue with one of our clients. Due to performance issues they decided to activate the low level JVM logs. What we have discovered from examining the logs is that when ColdFusion attempts to call a <CF_module> in the current folder when the
|
| Date Conversion With CFPop | 22 Dec 2004 08:35 GMT | 1 |
Cfpop returns dates in a variety of formats, some of which cf can't convert into any propper date format. Does anyone have a udf for this? i'm pulling my hair out. Not that i
|
| Good grief... how hard can this be??? | 22 Dec 2004 06:01 GMT | 2 |
Within a popup window, I want to use CFSET to set a ColdFusion variable to the value of a form field found in the opener window. The following grabs the value of the form field - a string - just fine and successfully stuffs it into the variable 'checkbox_valueM', but I can't for ...
|
| Drag & Drop into a CF Form | 21 Dec 2004 22:49 GMT | 1 |
Here is a tough one. I have a client that has a great deal of information in Word tables. The goal is to get the data out of Word and into the MySQL database. This client suggested that a competing product would allow them to drag items from their Word tables and into desired ...
|
| display one page while 2nd page loads | 21 Dec 2004 21:36 GMT | 3 |
need to model after the Orbitz site...when user submits form, popup appears telling the user to wait one moment while the action page loads - once the action page is loaded, the popup closes and the user views the action page - could CFLocation work?
|
| Int(26) = 25 ??? | 21 Dec 2004 21:28 GMT | 2 |
Int(number) Description: Returns the closest integer that is smaller than a number. Parameter Description:
|
| Function to validate E-mail Address. | 21 Dec 2004 21:26 GMT | 2 |
I found pretty good method to validate a format of e-mail. Here it is: ===== cut here ===== <cfscript> function verifyEmail(testAddr,strictParse,parseAddr) {
|