| Thread | Last Post | Replies |
|
| Using CFC's in Java | 15 Sep 2005 15:31 GMT | 1 |
I was wondering: is it possible to use a CFC in Java. Eventually a CFC is an ordinary Java class...
|
| issue with dynamic textboxes | 15 Sep 2005 14:04 GMT | 2 |
Hey fellow Coldfusion coders! I am having problem with dynamic text boxes. This is how I am naming the dynamic textboxes: *****************
|
| Automatic Login | 15 Sep 2005 13:21 GMT | 2 |
Good day / evening everybody. I placed a post here the other day and even though it wasn't that helpfull in replies. My question was also stupid. So lets try again. I want to integrate a Remember me (Auto Login Function) into the dreamweaver
|
| adminapi cfc remote access | 15 Sep 2005 13:03 GMT | 2 |
I would like to be able to configure the ColdFusion server from a remote server. I need to be able to call administrator.cfc, datasource.cfc, runtime.cfc, security.cfc from a remote cf server. Does anyone know if these cfc's can be called remotely, using cfinvoke or any
|
| cfschedule | 15 Sep 2005 12:49 GMT | 3 |
I'm trying to set up a schedule to optimize my databases, but am straying a little into unfamiliar territory and was hoping to get a little advice. I have a .cfm file with my database optimizations in it and have been dumping the results to make sure it's functioning properly. ...
|
| Framesets | 15 Sep 2005 10:07 GMT | 5 |
Hi trendsetters. Ok - I'll keep it simple. I have 3 frames (topFrame, leftFrame, and mainFrame). When 'home.cfm' is loaded in the mainFrame, and the user rolls over a button
|
| HELP! Emergency! Error while trying to get to Administrator page | 15 Sep 2005 09:55 GMT | 1 |
Just did an install of Coldfusion 6 MX on my laptop. Did an install, realized that I never installed IIS and then did a reinstall. When I try to get to the Administrator page, I get an "Error processing Request" message. I can load up other web pages, just not the ...
|
| Percentage Complete Progress Bar | 14 Sep 2005 21:54 GMT | 2 |
:confused; I develop elearning courses in Dreamweaver, each page of the course being an HTML file. I need to place a progress bar on each page, that tells the learner the percentage of the course they have completed. Any ideas?
|
| 2 selects related variation | 14 Sep 2005 21:30 GMT | 2 |
I am trying to create a version of the related selects but instead of only showing the related item i want to only have it selected in the 2nd list while still showing all the other items. Example:
|
| Verity question | 14 Sep 2005 21:02 GMT | 1 |
When my Verity search spits back the score, it comes up as .8623, or somthing. How can I make it instead say 86% ? Thanks!
|
| RENAME cffile on upload? | 14 Sep 2005 20:24 GMT | 3 |
Is there a way to rename the "fileToUpload" before is gets sent to the server via cffile upload? I have a naming convention that is crucial to how the file sent will display and do not want to leave it to the user to name the file correctly. For example if the user browses to ...
|
| problem with CFHTTP: Connection Failure | 14 Sep 2005 19:34 GMT | 5 |
I'm using CFHTTP to send files (one at a time) to a ColdFusion receiving file on another server. I'm only getting errors when sending files that are greater than 1MB. If the file is less than 1MB, it works perfectly. On the sending side, this is what a CFDUMP of HTTP is giving ...
|
| Sharing Session Variables | 14 Sep 2005 19:34 GMT | 3 |
Hopefully this will be very easy for someone. Two domains: www.mydomain.com and secure.mydomain.com. Same cf server, file structure, and application.cfm file. How do I get the session variables to share between the two domains?
|
| help making url variables and making them sessionj variables | 14 Sep 2005 16:31 GMT | 2 |
can someone tell me how to make url variables session variables so i can pass them through my pages?
|
| cfcmuch slower than udf | 14 Sep 2005 16:02 GMT | 2 |
In my quest to reuse code I tried using udf's and cfc's. (by the way : I know cfc's are meant to be used more in an OO type of use. - hope I 'm right on this one) When I put my functions that belong together in a cfc, pages run much slower
|