| Thread | Last Post | Replies |
|
| cfgrid format="xml" | 05 Apr 2007 14:00 GMT | 3 |
I cannot get this to work. Any ideas? ___________________________________________________________ <cfquery name="obtain" datasource="esp"> SELECT #form.querystructure#
|
| email insert | 05 Apr 2007 08:22 GMT | 24 |
Gday, just wondering if there is a way of inserting the body of an email into a database table. i will have up to 1000 emails coming in at one time, all with the same fields
|
| Itext Problem | 05 Apr 2007 04:16 GMT | 15 |
I get the following problem when trying to use the refactored iText 1.4.6. Class coldfusion.runtime.java.JavaProxy can not access a member of class com.lowagie.textNew.pdf.PdfWriter with modifiers "protected" Im trying to call the following function.
|
| How to use ONE query to find out tree structure? | 05 Apr 2007 00:58 GMT | 2 |
ID upperID Name isFolder 1 0 Folder 1 1 2 1 Folder 1- Sub Folder 1 3 2 Folder1-Item1-A 0
|
| XML Node Name | 04 Apr 2007 22:15 GMT | 1 |
I am working on a project where the XML file doesn't always have the same stuff in it. So I need to be able to read the node names but I can't remember how in CF. argh. Tried searching on it and came up blank. So if you are quick you may help me here before it hits me in the ...
|
| CFWDDX | 04 Apr 2007 21:43 GMT | 2 |
Hi all, I am trying to get our site back up and running after a reformat and can't get WDDX packet deserialization to work anymore. Here is my code: <CFHTTP method="GET" url="http://www.fubr.info/api/getCommunity.cfm?COMM=#URL.COMM#">
|
| Next Previous Feature | 04 Apr 2007 20:59 GMT | 9 |
Hey, I have information in my database 50 something and counting and I want to display this information 10 at a time on my web page, I want to set up a Next and Previous link so users and sort through the information. So for example when the page loads I want information 1-10 to ...
|
| #CGI.SCRIPt_NAME# | 04 Apr 2007 14:59 GMT | 5 |
I am creating a secure page that uses variables for the url from the page before it. My coldfusion MX book tells me to use the #CGI.SCRIPt_NAME# variable so that when the user logs into the page it will continue to where they wanted to go but this does not work for me. I get an ...
|
| schedule insert problem | 04 Apr 2007 14:44 GMT | 5 |
Hi i have a scheduled task which runs the code below, i am having problems with it. what i need to do is 1. get all records from appoint_table where the servertime is lessthan time
|
| Not ajax Q | 04 Apr 2007 14:38 GMT | 7 |
Good morning all. I have a dropdown select box populated with departments name. So when one select one of the department, the system should query the employees info in the oracle db based on the selected department, and then should display on a div
|
| JVM Memory Settings | 03 Apr 2007 20:35 GMT | 1 |
I've just migrated to a new server and now I'm getting a java.lang.OutOfMemoryError every day or two. The new server has two dual core processors and 16 GB of RAM. It's running j2sdk1.4.2_11 and W2K Server Enterprise edition. The site serves in excess of 60,000 visitors per day. ...
|
| creating excel with cfcontent and MX | 03 Apr 2007 19:42 GMT | 1 |
I have some code that I have been developing on a server running CF version 5.0. I realized that we have migrated our production servers to MX and moved my code to the MX dev box. Once I did, the code I have written to create an excel file is not working the same way. With CFF ...
|
| using a loop | 03 Apr 2007 17:03 GMT | 3 |
please help me this code to use a loop instead of cfif series. thank you! <cfquery name="getqry1"> select test from testtable where tabshow = 149 </cfquery>
|
| Working with exchange server | 03 Apr 2007 15:58 GMT | 1 |
Does anyone know how you can effectively work with exchange server using coldfusion? I have only found one article that discusses this specific issue: http://www.numtopia.com/terry/code_exchange_item_creator.cfm
|
| creating a tag using "pageType eq" work for 2 page titles instead of one | 03 Apr 2007 15:30 GMT | 4 |
I have code in my application that is working via different directories. The page with the code is in a directory called cf and there are pages in a different directory that need to use the same code. right now it is set up like this:
|