| Thread | Last Post | Replies |
|
| Passing Variables | 24 Sep 2004 10:46 GMT | 1 |
I am trying to pass #Templates.3dstyle# to my main display page so that the images are called from teh varibales used in my page 3dstyle.cfm. Is there a way that I can do this or is there a way that I can use the var called to pass a dynamic page.
|
| CF JS validation query | 24 Sep 2004 10:42 GMT | 5 |
For some reason I can't seem to see why this page won't validate with CF JS generated code. It simply goes straight to the server validation and I'm trying to have it that it will be done with JS. If JS is turned off then I want the server validation to kick in.
|
| can't login to CF Administrator | 24 Sep 2004 10:27 GMT | 1 |
I can't log in to the CF Administrator after setup and install. I am running Windows Server 2003. I installed CF MX 6.1 as instructed and I chose the default type of installation (stand alone). Any thing I could do to solve this problem?
|
| Dynamic Sql Queries | 24 Sep 2004 08:51 GMT | 2 |
Ok I am back to writing my photo album and I am trying to use a drop down menu form to change the SELECT field in my sql queries. Here is what I have so far. I know I am close but I need a little shove in the right direction. Here is some added info to help explain.
|
| Looping through Form Fields | 24 Sep 2004 03:33 GMT | 1 |
I am trying to make a function that can loop through available Form fields. Is there a way to find which form fields are defined? I know you can use a GetClientVariablesList(), is there something for forms? Thanks fot all your help,
|
| Switch isn't working??? | 23 Sep 2004 21:46 GMT | 1 |
This result on this case goes to 2 and 3 at the same time...it seems. Case 2 and 3 both execute. imagesuccess is undefined. However, the other two vars exist. Only case 2 should execute. Any suggestions?
|
| "-" in database becomes "?" in browser | 23 Sep 2004 16:50 GMT | 4 |
is there some way I can prevent a hyphen in an MSAccess memo field being represented as ? in the browser (happens in both IE and Opera). I've ttred ParagraphFormat without any success. Thanks
|
| Macromedia/Allaire, what happned to urlencodedval | 23 Sep 2004 13:52 GMT | 2 |
Why is the urlencodedvalue function not working anymore? Has it ever worked? It generates a IIS 500 Internal Error, it doesn't even show a CF error. Duh? Did you guys do something silly with it? S.
|
| CFIF and CFELSE help | 22 Sep 2004 18:23 GMT | 10 |
I have a Form which is dynamically populated similar to this: <option value="" selected>Search All</option> <option value="1">Cat</option> <option value="2">Dog</option>
|
| import excel | 22 Sep 2004 09:22 GMT | 1 |
I am looking for some suggestions to perform the following: I would like to display the contents of an excel spreadsheet on a web page. The excel spreadsheet to be kept on network and updated fairly regularly. The information would be presented simply in tabular form.
|
| coldfusion and mainframe | 22 Sep 2004 08:19 GMT | 4 |
I am developing my first coldfusion application and am running into a dead end. I am trying to create an application that interacts with an old, old mainframe system. Currently the only way to access the mainframe is through Microsoft Hyperterminal using a dial up connection. ...
|
| Unable to update the ColdFusion MX ODBC Server. | 22 Sep 2004 05:27 GMT | 4 |
Hello I just recently purchased CF WACK book and I'm in Chapter 1 on Using the Coldfusion Administrator. I'm trying to set up the ows.mdb file and I get this error Unable to update the ColdFusion MX ODBC Server.
|
| Posting Data Forward | 22 Sep 2004 01:54 GMT | 3 |
I currently use a javascript to automatically post form data forward between templates via hidden FORM fields. I was wondering if there was a CF command that would allow this to happen automatically without having to use javascript. Thanks..
|
| how to cfoutput SELECT COUNT(*) | 21 Sep 2004 21:12 GMT | 1 |
Hi, I have stumbled on something very trivial and not very talked about matter. I have a simple <cfquery name="Check" datasource="DB">
|
| image size, please help | 21 Sep 2004 20:23 GMT | 1 |
Hi... I am working on a template to display some images within a table's cell (each image in one cell). I already use the "FileExist()" expression to know whether the requested file exists or not. If the file does not exist a "no image" text
|