| Thread | Last Post | Replies |
|
| encode using javascript | 07 Jan 2008 12:31 GMT | 1 |
Hi i wonder if someone can help me? i have given up on using the cfchart has noone has replied to my posts, so i am going with the google chart api i have a query which pulls back clubnames and a sum of a totalamount for each
|
| Counting records, group by, order by | 07 Jan 2008 12:28 GMT | 3 |
I'm trying to display the "top 5" images downloaded from our site. I've attached the code I'm currently working with. All seems fine except I can't "order by" results from the count value "numImg" Any ideas?
|
| How to reload class file for java objects in CF MX7 | 07 Jan 2008 11:23 GMT | 15 |
I'm trying to create a simple java object for use in a CFML page. According to the topic "About ColdFusion and Java objects" in the CF developer's guide, I can compile my java module and put the .class file in the CFusionMX7/wwwroot/WEB-INF/classes directory and it'll be ...
|
| Comparing data, different datasources, output results | 07 Jan 2008 10:47 GMT | 5 |
I have two datasources, 1 contains "strHRimage","strImage" and 2nd contains "strHRimage". I want to be able to compare the 2nd datasource "strHRimage" values with the 1st datasource "strHRimage" values and output the compared "strImage" values
|
| Location of COM directory | 07 Jan 2008 09:59 GMT | 1 |
I had to rebuild my test environment because of a reg corruption... (thanks MS) and my Flex apps stopped functioning. It turns out that it couldn't find my CFCs. I originally had the COM directory in the root of my D drive... D:\COM. After some fiddling I ended up with it in the ...
|
| bar chart issue | 07 Jan 2008 03:23 GMT | 2 |
Hi i am using cfchart, i have rotated the bar chart, so my column names are on the left side, the problem i have is. 1. not all the column names are showing ie
|
| autosuggest or problem with valueList and dbase | 04 Jan 2008 19:33 GMT | 1 |
I have an autosuggest field on a form that displays a list of names. The form works fairly well when using valueList(query.column) but my real problem is that within the database the column contains "lastname , firstname MI" where the last name is followed by a comma. ValueList ...
|
| automate create xml with HTML blocks | 04 Jan 2008 19:13 GMT | 2 |
I have to base on certain trigger, database query result create an XML file. In the XML file I'm passing an HTML page. I have the HTML page saved on the local server.. page1.html, page2.html etcs.. Any suggestions on how I can do this would be greatly appreciated. This will
|
| Can't be done? | 04 Jan 2008 18:47 GMT | 11 |
I sent this in a couple weeks ago and sadly got no reponse...so, trying 1 more time. I'm using CF to import data from an EXCEL sheet that has a mix of numbers and text onto a SQL Server database. I get a successful import of numbers, but have
|
| cfloop | 04 Jan 2008 15:51 GMT | 3 |
Hi i need to loop through a query then set the MesID each time i loop through, just want to make sure this code will work!! i need it to delete the current record at the end of the loop <!-- GET INFO FROM MESSAGE TABLE-->
|
| Remove underline for href in cfgrid | 04 Jan 2008 15:31 GMT | 3 |
I've figured out so far that the cfgrid creates a style called x-grid-col-# that puts a text-decoration:underline on the cfgrid. I want to remove this using Ext, but I'm having a problem trying to get rid of it. When I try making a class to override this setting, it ignores it.
|
| CF8 CFGRID not populating | 04 Jan 2008 10:55 GMT | 1 |
I am using a cfgrid to display a list of pending orders. It was all working until I modified the query to include some additional information. Here is the query that works: SELECT o.orderid,DATE_FORMAT(o.orderdate,'%d/%m/%Y') as
|
| Sending/Receiving parameters | 04 Jan 2008 09:17 GMT | 7 |
Using CF7... I need to send the values from two form fields via Ajax to the server without actually submitting the form, in a method very similar to a "lookup" cfc. The Ajax part is simple... but does anyone out there have documentation explaining the server side of the ...
|
| CFX_FileReadLines fails and causes the CF8 server to restart | 04 Jan 2008 04:47 GMT | 1 |
I am migrating my environment to CF8, I have a page using the CFX_FileReadLines cfx tag to read in employee information from a text file then imports it into a database. http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1000
|
| Converting Word to PDF on the Server | 03 Jan 2008 22:34 GMT | 3 |
Is it possible to convert a Word document that a user uploaded to PDF format on the server using ColdFusion 8? If not, is there a product that can do so?
|