| Thread | Last Post | Replies |
|
| Multiple or Single Query? | 29 Feb 2008 23:52 GMT | 3 |
I am trying building a ConstituencyMap of electoral Constituencies each of which a couple of polling stations. I want to output information containing the Name and Region of each constituency and also a running total of the votes from each polling station in that constituency ...
|
| Coldfusion 8 Certification Study Guide | 29 Feb 2008 23:46 GMT | 1 |
Do anyone know where I can get a study Guide or a practice exam for the Coldfusion 8 Certification.
|
| Any better solution for this? | 29 Feb 2008 22:39 GMT | 4 |
I implemented this solution in a project. http://www.johnwbartlett.com/CF_tipsNtricks/index.cfm?TopicID=86 now first listbox got lots of values...so removing values from second listbox to first listbox takes long time.
|
| CFFTP to Unix/Linux and Leap Day | 29 Feb 2008 20:54 GMT | 2 |
CFFTP from one Red Hat AS 4 server to another Red Hat AS 4 server is not retrieving files with modification dates of February 29 2008. The files simply don't show up in the listing. They do show up in every other FTP and SFTP program I've tried, including command-line FTP from ...
|
| eclipse debug throwing exception on line-break... | 29 Feb 2008 20:19 GMT | 2 |
I set up a debug computer with all the information and developer server locally. Everything works perfectly for flex and coldfusion debugging except for one annoying exception that shows evertime the coldfusion server stops at a CFM or CFC line break in Eclipse... It appears to ...
|
| How to add a datagrid to a pdf using cfdocument? | 29 Feb 2008 19:26 GMT | 3 |
This is a strange one. I'm using cfdocument to create a pdf from a cfm. My cfm has a bunch of dynamic data in various fields. This includes a datagrid (via cfgrid). When I run the page, it creates a pdf with all of my fields except the datagrid. When I take out the cfdocument ...
|
| Site login stopped working for seamingly no reason | 29 Feb 2008 17:32 GMT | 1 |
I have had a login system that has been working for the past couple of years. Out of the blue it started looping last night, thus not allowing anyone to log in. None of the pages that affect user login were ever changed (application.cfm, login.cfc).
|
| Undefined Element Error | 29 Feb 2008 17:06 GMT | 3 |
I had the following stored procedure calling from a .cfm page via the following cfquery command; this is the cfquery code on my cfm page: <cfquery name="GetProduct" datasource="Allposters3"
|
| How can we get debug info without adding IP in CFServer? | 29 Feb 2008 15:44 GMT | 1 |
Do we have tag or some code which will give debug information?. <cfdump var="#http#"> on onrequestend.cfm will give me http varible information....any other way?.
|
| Encryption | 29 Feb 2008 15:08 GMT | 1 |
Does anyone know how to do AES 256 bit encryption on ColdFusion MX 6?
|
| Excel export | 29 Feb 2008 13:58 GMT | 2 |
I'm using the code below to export data to excel. The problem is that in excel leading zeroes are being dropped from data that looks like it should be a numbered data tpye but is actually a string. Is there any way to force the leading zero into excel without using HTML
|
| combining lists | 28 Feb 2008 23:59 GMT | 1 |
I have 3 comma delimited lists that come from 3 different queries, combine them into one? <cfset = ?????
|
| Query help | 28 Feb 2008 22:09 GMT | 2 |
I wrote this query and it seems to working ok but not 100% correct. SELECT * FROM pics,ratings WHERE pics.id = ratings.pic_id GROUP BY pics.id
|
| Access DB with or without unicode? | 28 Feb 2008 15:57 GMT | 3 |
When I create and connect an Access db with Unicode, I am able to see the table names in the DW applications panel's database tab. If I set up the db without Unicode, I get the entire path down to the C://. Can anyone explain why this is happening and how this can be ...
|
| godaddy and Coldfusion Mappings | 28 Feb 2008 14:08 GMT | 7 |
Most shared hosting providers such as godaddy will not setup the mappings setting on their server. Is there a way around this? My website is an ecommerce site and will need the mappings setup done in coldfusion administrator but they simply refuse to setup the logical and
|