| Thread | Last Post | Replies |
|
| One application, multiple domains/subdomains | 21 Jul 2007 04:41 GMT | 2 |
I have an application, let's say its running at boston.mydomain.com Currently, it serves content for the city of Boston only. Let's say I want to expand my application to serve Los Angeles, so I set up
|
| Query after report Print | 20 Jul 2007 23:04 GMT | 5 |
I have set up a .cfr report, that open in a blank pdf window. It is possible to set it so that once it is printed an insert query would run??
|
| upload dtd file and compare with xml | 20 Jul 2007 20:47 GMT | 1 |
Is there any coldfusion example compare dtd with xml files.
|
| Verity search error | 20 Jul 2007 19:50 GMT | 7 |
i have set up a verity collection and indexed it but now i get this error when i run the query page any ideas what i need to do? Error Executing Database Query.
|
| break in SQL data profile breaking cfhttp | 20 Jul 2007 17:30 GMT | 2 |
I am sure that this is a simple fix but I cannot figure it out. I have a cfhttp to an xml script and normally everthing works. However, when someone enters something with a break in it (entered from a textarea field), it is entered into the SQL database under a varchar field and ...
|
| MIME Type Check for file upload | 20 Jul 2007 16:40 GMT | 2 |
I'm working on a multi-file upload application for a client. I need to check file size and file MIME type as part of the validation process. File size check...easy...that's working fine. File MIME type, it seemed to be working properly in Firefox but not in
|
| I need to replace "" in my form fields | 20 Jul 2007 08:53 GMT | 2 |
Okay, let's say I'm using <cfform> and <cfinput> tags and I want to replace quotes with nothing if a user enters quotes in my named fields. How would I do that? say i had a field name "firstname". If a user entered something like "John
|
| Virtual Folders / Mimic URL Folder | 19 Jul 2007 22:06 GMT | 3 |
Hello, I have gone to the forums in the past and making a return trip. Gotta question for you... I have a url that reads: http://www.gmwdigital.com/contact/index.cfm?propertyid=marriott
|
| Invoking Component With OnClick Event | 19 Jul 2007 21:34 GMT | 1 |
I need help! I am trying to invoke a component asychronously with an onclick event of my form. Unfortunately, I have not been able to get it to work. I am currently using a framework by JSMX, but it is not functioning properly for me. I know that my cfc is okay, for when I ...
|
| DIV Tags moving | 19 Jul 2007 19:35 GMT | 3 |
I am wanting to move a div tag based on the page loaded. EX. page.cfm?Topic_Key=1 or page.cfm?Topic_Key=2 based on the Topic_Key the div tag would be in a different x and y. Is this possible?
|
| Page conscious PDF | 19 Jul 2007 15:34 GMT | 1 |
HELP! Does anybody know how to make PDFs which are "page conscious"? I need a system/program that would generate pdf documents which would include texts and photos. At the same time, they need to be sorted in a certain way,
|
| Open page based on Zip | 19 Jul 2007 03:47 GMT | 2 |
:confused; I am trying to direct people to a web page based on zipcode (or group of zipcodes) and a default page if theres is not listed. Im using an access database. I dont even know how to start. Can anyone help?
|
| who's logged on? | 19 Jul 2007 01:24 GMT | 2 |
I'm using session variables to store when a user is logged into my site, among other persistent variables. Is there anyway I can create a admin webpage that shows who is logged in at any given time? I guess what I'm trying to do is pull in all the current statuses of #SESSION ...
|
| Generate 2D Barcode | 18 Jul 2007 23:06 GMT | 5 |
I need to generate a 2D barcode based on various fields from a database. Any ideas on how to do this in ColdFusion? If I can generate an image of the barcode, and then refer to it in an image tag in the HTML that would work... but I need to know how to generate the image in ...
|
| find surname from query | 18 Jul 2007 21:01 GMT | 19 |
I have a page which displays 1 record from a query, then i have a previous and next button to go through each record. i also have a search by surname text box, i need this to find the first match from the query and display it. ie if the search was "Jones" it would go through
|