| Thread | Last Post | Replies |
|
| Multiple Select in Form | 30 Sep 2005 20:25 GMT | 1 |
I have three db's 1)rep 2)Plant 3)RepPlant. A rep can cover mulitple plants, hence the select multiple. I am haveing trouble displaying their plants in the "Change" form. Once I can get that to work my goal is to delete existing records From the RepPlant and replace with what ...
|
| ColdFusion, Java and Integrated Windows Authentications | 30 Sep 2005 15:52 GMT | 2 |
I have a Java Applet that uploads batches of files to the web server. It works fine, except if the IIS server is not set to Anonymous Access (i.e. only Integrated Windows Authentication), the process fails. The Java console indicates the error as it not being authorized to ...
|
| cffile to rename file | 30 Sep 2005 14:29 GMT | 1 |
How would one use the cffile tag to dynamically rename any file to replace spaces with underscores. Example, user uploads a file called "photo 1.jpg" but I want to change the space to an underscore, and save the file as photo_1.jpg.
|
| Weird error--Date | 30 Sep 2005 14:00 GMT | 1 |
The server throw this err: I am using cf mx server with oracle db The err: Error Executing Database Query.[Macromedia][Oracle JDBC Driver][Oracle]ORA-01843: not a valid month The specific sequence of files
|
| CFMX7 - dynamically changing a DSN password | 30 Sep 2005 12:23 GMT | 8 |
Has anyone figured out how to go about changing a datasource password programatically rather than having to do it through the CF Administrator? I have several datasources which share the same password. Each month these passwords need to be changed. I'd like to be able to ...
|
| ColdFusion: Survey on Platform, Application Server, Database support. | 30 Sep 2005 10:11 GMT | 3 |
All, We are currently conducting a survey to understand the platform and application server support for ColdFusion MX. We value your feedback, and would appreciate if you take a few moments to respond to some questions at
|
| Recordset Paging | 30 Sep 2005 10:09 GMT | 3 |
I have a query that shows a bunch of items (obviously) the page limits 4 outputs per page and uses recordset paging - I link to this page (offers.cfm) from a page that displays offers (adpage.cfm). If the user has clicked on the link on adpage.cfm and that item is on page 3 of 10 ...
|
| Using a CFC with Flash forms? | 30 Sep 2005 04:05 GMT | 1 |
Will #form.username# still work when using a cfform ??
|
| Need HELP PLEASE with CFHTTP | 30 Sep 2005 01:36 GMT | 4 |
I have inherited some code which works fine for handling one item when the variable names never change. However now I need to modify it to handle multiple items. For Example, the variable #item_name# always appends to #item_number1#,
|
| Cold Fusion File explorer | 30 Sep 2005 01:01 GMT | 1 |
Hey everyone. I have been developing a tools for my website to be able to view code for files and edit it, copy files, rename, delete and so on. However actually finding the file I want to edit it becomming rather bothersome seeing as I have to know the exact name, and type it ...
|
| Multiple criteria from a form field in to a quiry output | 29 Sep 2005 22:57 GMT | 1 |
I've got an input form where i'm trying to sort dates in an output quiry. The date out put should either list open, or closed, or all issue from the database. Here is the code from the input form. (dataSelection)
|
| Updating multiple records from form, and check all button | 29 Sep 2005 22:48 GMT | 2 |
Hey everyone. I have two problems in my page. 1) A button that is supposed to check all checkboxes does not work for reasons unknown 2) Code to delete update multiple records doesn't seem to want to work.
|
| HELP!!!!!!!!!Dates Driving me Crazy!!! | 29 Sep 2005 21:33 GMT | 3 |
I'm running a report from 01/2005 - 01/2006 but I'm only getting back everything for the month of January(01/2005) any ideas why this would happen but if I do 01/2005 - 12/2005 I get back all the months. So for some reason it won't read into the next year (2006). So if anyone can ...
|
| problem using text list variable in query | 29 Sep 2005 19:57 GMT | 6 |
:rose; I create a list from form variables that I want to use in a query. This is where it fails to delete the records (though the query produces no error:
|
| cfdocument for html? | 29 Sep 2005 19:10 GMT | 3 |
Guys, this may be a no-brainer for a few of you (or most of you!) but is there a way to create html files on a server in the same fashion that cfdocument creates pdf files and saves them to a server share? I need to email an html file as an attachment instead of in the body of ...
|