| Thread | Last Post | Replies |
|
| CF5 - How is session created? | 01 Nov 2007 00:52 GMT | 10 |
My client is try to stress test the app i built for them. They use some kind software that simulates multiple requests by running a user script. The problem as I see it is that all sessions the software is starting are
|
| JDK 1.5 | 31 Oct 2007 18:44 GMT | 1 |
Is JAVA JDK 1.5.0 compatible with ColdFusion MX 7.0.1?
|
| simplifying an application | 31 Oct 2007 17:22 GMT | 1 |
I?m in the process of finalising the developing an application to handle personal training sessions at a gym ? basically there are 6 or more personal trainers who each have more than 60 clients that they work with for ½ hour up to 2 hour sessions. A person at the front desk ...
|
| change server root to outside directory | 31 Oct 2007 04:10 GMT | 4 |
I am setting up our dev. server to emulate our production file system. To do so I need to change the server root to C:/websites/xxxxx/. How is this done using the built in webserver in CF7? I only know how to change the root relative to the wwwroot folder.
|
| cffile upload | 31 Oct 2007 02:28 GMT | 3 |
When the user submits the form, a unique ref_no is generated. The ref_no is then passed to a upload_form via cflocation url. The user then upload(s) files to a test_folder on the server, using cffile upload. So far so good.
|
| using href inside cfgrid | 31 Oct 2007 02:25 GMT | 4 |
I have a simple cfgrid with only one column of information returned. I need to make each entry in the column returned a link (each entry will be a unique link based on information returned from query). I'm not sure how to really get into this. I've been playing with the href, ...
|
| ColdFusion and Cryleric language | 30 Oct 2007 21:10 GMT | 1 |
Hello? Need your help in resolving a ColdFusion task. I am building an application using ColdFusion MX to support Russian users (Cryleric language). 1. Using cfform, the user can type their data, submit it online and can see their posted data on the submit page (simply ...
|
| Where is the error hiding | 30 Oct 2007 21:05 GMT | 3 |
CFC Code: <cffunction name="comp_extList" access="remote" returntype="query"
|
| how to pass struct ro cfc?? | 30 Oct 2007 20:12 GMT | 4 |
I did this but I get error.Please help me .Thanks test.cfm <cfscript> my_obj = CreateObject("component",
|
| Post data to old form using Coldfusion | 30 Oct 2007 18:12 GMT | 2 |
I have just started doing a project for a friend. He has a existing form he would like to retrieve data from the web. I created a db and a datasource I binded the fields with the datasource but I keep getting these errors. Variable CURRENTPAGE is undefined.
|
| help with java error | 30 Oct 2007 17:38 GMT | 3 |
Okay, I am running JFreechart (java classes being called by coldfusion pages to render a chart). I am coming across the following error and was wondering if someone could give me a general idea of what I might be looking for (besides my brain).
|
| CFInput and Border color | 30 Oct 2007 17:04 GMT | 2 |
is there a way when the coldfusion input box element is selected that the border color , can be easily changed? I have a tried a lot of things with normal css and other things, but have failed to get any to work. Thanks for the help.
|
| loop problem | 30 Oct 2007 16:58 GMT | 2 |
I have a snip of code that cycles through and array, and checks that against what I have posted to a database. If there is a match it removes it (because I don't want dupe entries). It then loops to the next user and so on until it reaches the last user.
|
| query question | 30 Oct 2007 16:20 GMT | 1 |
I have a small select query: <cfquery datasource="#request.dsn#" name="explain"> select stat, stat_desc,
|
| cfgrid loading image | 30 Oct 2007 15:07 GMT | 2 |
I am using HTML CFGRID using the ajax calls, and wondering that if there is any way to replace the loading image, (the one which is right beside the paging buttons) or any other way to display some kind of animation while the grid is being loading.
|