| Thread | Last Post | Replies |
|
| Referencing a query in a nested struct | 30 Nov 2007 20:59 GMT | 1 |
I have a nested struct that is being brought back from a component. It looks like this office_struct[ floor1_struct[ some query results] floor2_struct[some query results] ....]
|
| Date query | 29 Nov 2007 15:10 GMT | 9 |
I know this is a really easy thing but i can not get this working properly today. I need to put a date into a database. I need the date to display in in the following format 20/09/2007 13:16:34 (dd/mm/yy hh:mm:ss). I need the time to be the 24 hour clock. I jsut cant get this ...
|
| Syntax Error | 28 Nov 2007 21:23 GMT | 4 |
I have spent all day working on this ridiculously simple syntax error. First, a couple of remarks -The name of my cfform is surveyFORM -the Comments section is a cftextarea
|
| Missing Dynamic Pages and SEO | 28 Nov 2007 20:37 GMT | 5 |
Hello I have a details page that takes the URL parameter Product-Code and displays the details for that product. Now what happens when I remove a prduct from the database and that URL still exists in the Search Engine indexes. I noticed that even though the product code doesn;t ...
|
| Help needed with online form | 28 Nov 2007 15:35 GMT | 9 |
I have developed an HTML online form that is 2 part. the html form itself that my employees access thru our network, fill out and submit. this is a document change request. I have set up two departments selectable by radio button. I thought that when one is selected, that when ...
|
| Send Page Link | 28 Nov 2007 13:25 GMT | 2 |
Anyone know of a way to create a dynamic send this page link (mailto:) in CF? Maybe something like FileExists(this)?? I can create the link of course I just to make CF generate it's own filename if that makes sense. Thanks!
|
| Can't use cf administrator | 28 Nov 2007 10:22 GMT | 1 |
I got ColdFusion MX Bible book and used the cd to install CF Administrator. I have Vista and I go Start-Programs-Macromedia-Adminstrator, Firefox is opened up and it tries to go to http://localhost:8500/CFIDE/administrator/index.cfm but I get and error with this in the stack:
|
| Connecting to a Mysql database using CF Administrator and DW | 28 Nov 2007 03:21 GMT | 1 |
I can't create a mysql datasource in CF Administrator. If I use the following datasource settings in CF Administrator: JDBC URL: jdbc:mysql://localhost:3306/test Drive Class: MySQL Connector J
|
| Coldfuion 8 Installation | 27 Nov 2007 16:04 GMT | 22 |
:confused; Installed the Coldfusion 8 on Linux 4AES. everything went fine. I started the ColdFusion server, Went Ok try to restart the httpd and get the following error. What I understand is the
|
| Can't connect to a mysql database with CF 7.0 | 27 Nov 2007 13:22 GMT | 5 |
I'm trying to connect to a mysql database using ColdFusion 7.0. I got a Java error and found an answer in http://www.adobe.com/go/tn_19170. This told me to download the following jar file from mysql: mysql-connector-java-3.1.10-bin.jar. I did this and followed the instructions ...
|
| How often does your CF instance need to restart? | 27 Nov 2007 13:01 GMT | 3 |
I'm considering CF as an application solution for a critical department..and not having much experience with it , was wondering how often does the CF service need to be restarted ? hourly, daily, weekly, monthly????? i've had experiences with other app servers that at times could ...
|
| can CF "detect" if a file exists on the web server, or not? | 26 Nov 2007 23:23 GMT | 5 |
A database query returns rows of information Each row contains a part number I want an anchor around the part number which opens an image called (partnumber).jpg eg. dr117.jpg
|
| Why is this failing | 26 Nov 2007 10:24 GMT | 1 |
I am reposting this hoping that someone can provide some insight. Below is a link to the html generated my cf7.02. IF you remove the text ftom the bottom two lines (under name and variations) it submits. I have found if I remove other text fields in the form it submits. I am ...
|
| stuck at query | 26 Nov 2007 06:54 GMT | 5 |
hi, i am doing a query in which i am deriving the results from the database as: SELECT properties_details.property_unique_name, cityname as dCity, Subdivion_name as sub_name, property_type_name as ptname
|
| CFFORM Problems | 25 Nov 2007 16:16 GMT | 2 |
We just upgraded to cfmx7. We are having a problem with CFFORM and text fields. When I have a form with a text field I am finding that if Ipopulate the field with a large amout of text it will not submit. For example ---------------Cold Fusion Code ----------------
|