| Thread | Last Post | Replies |
|
| Relative Image Paths in CFDOCUMENT | 09 Feb 2008 01:08 GMT | 3 |
Hi Everyone, Why can my Dev Box read relative image paths inside a CFDOCUMENT tag, but my Production Box cannot? and how can I get my Production Box to read them? Example: This only works on Dev: <img src='/myRelPath/myImage.gif'> This works on both Dev and Production: <img
|
| https pages | 08 Feb 2008 23:37 GMT | 2 |
I want to show an ad in my pages,but I don't want to show it in my https pages.I dont know how should I write the IF cluse for that. thanks amen
|
| Copying data between tables | 08 Feb 2008 12:24 GMT | 5 |
I have just completed the process of exporting my companies main mailing database into a new database file which is setup and structured differently. I am trying to figure out how to run a coldfusion query that can update my contact information from one table into another, tables ...
|
| MX7 vs CF8 | 08 Feb 2008 02:34 GMT | 4 |
Hi, I'm getting started on a new project in MX7. We can use CF8 if we want since our production servers have both. Main purpose would be to make use of the new cfzip tag. However, we're capable of writing our own CFX in Java, so it isn't necessary to use CF8, just a ...
|
| CFFTP, CFLDAP and securing passwords | 08 Feb 2008 02:09 GMT | 4 |
Good afternoon. I have several applications which use tags such as CFFTP and CFLDAP. These applications do not prompt for user input, but rather automatically supply the application with the username and password required from a DB lookup. Currently, the passwords are stored ...
|
| outputting dynamic images | 08 Feb 2008 00:09 GMT | 7 |
im allowing users to upload multiple images of themselves onto my site....the system works by naming the image dynamically..using the users id number, and then adding a number taking from a recordcount of total images uploaded by the user, to differentiate the images..
|
| CFform server side validation problem. Please help | 07 Feb 2008 23:50 GMT | 14 |
I am writting a contact form and using both client side validation and server sided validation. Something is wrong in my code and I can't figure it out. It isn't throwing an error, it just doesn't do anything when I send a form, or don't fill out the proper fields. It comes back ...
|
| VerifyClient() throws exception that I don't understand... | 07 Feb 2008 23:21 GMT | 1 |
I got the following exception but I have no idea what I did wrong. ------------ Client verification failure. You must have a valid login to access this page. The error occuried in XXX.cfm line x ------------ (where x is the line I have <cfset verifyClient()> Any idea ...
|
| trouble embedding fonts in <cfdocument> | 07 Feb 2008 22:04 GMT | 4 |
I'm using <cfdocument> tag to create PDFs on a shared server. I need to embed the fonts because my visitors don't seem to have standard fonts on their computers. Only problem is that I do not have permission to the font folder on this shared server. C:\windows\fonts\ Is there ...
|
| Clearing Client variables | 07 Feb 2008 19:37 GMT | 1 |
Now this may seem silly because the most obvious way is to just use structclear(). And that sort of works. If I then dump client it comes up empty. BUT if I then call one of the client variables, there it is. I'm thinking this is a cookie problem. So how do I fully clear the ...
|
| CFLDAP Basic Question | 07 Feb 2008 19:34 GMT | 3 |
Greetings This is a basic question, but hard to find an answer for - This is a simple phone/info directory DB in which users logged on the network (Windows 2003, Active Directory) would see more granular information than the public view outside the network. Once a user has ...
|
| .net Integration - Sytem.Messaging | 07 Feb 2008 19:16 GMT | 2 |
I've been trying to do some CF to .Net integration and I'm having some issues getting CF to recognize the System.Messaging assembly. I have tried various examples I've found online that use System.IO.DriveInfo, System.Diagnostics.Process, and System.Globalization.CultureTypes. ...
|
| <cfdocumentitem type="footer" > ignores CSS | 07 Feb 2008 18:31 GMT | 2 |
Looks like the <cfdocumentitem type='footer' > tag which is part of <cfdocument> ignores all attempts to style it with CSS. I can't change the font family, or color. Any ideas. I might have to completely re-engineer my product because this tag is so buggy
|
| Passing Arrays | 07 Feb 2008 18:23 GMT | 8 |
I have a form whose fieldnames are generated by an array created by a query. I then duplicate that array as a session scope array so after I submit the form I can evaluate() the form field names and get the submitted values. (see code below for clarification) I have decided ...
|
| cflayout issue | 07 Feb 2008 15:42 GMT | 1 |
I am creating a tabbed cflayout. Within each tab there is a form. Within two of the six tabs there is a form and a cfgrid. It all works properly, but when you start clicking through the tabs the content from one tab seems to get tacked onto the content of the other tab. It ...
|