cfkeditor not working with ie10

2013-04-11 Thread sarah mfr
cfkeditor not working with ie10 ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-community/message.cf

Upgrading from cf9.01 to cf10

2013-02-06 Thread sarah mfr
We have several web sites using coldfusion 9.01 We want to upgrade to coldfusion 10. Can we install coldfusion 10 while coldfusion 9 exits. Do we need to uninstall coldfusion 9 first then install coldfusion 10 Can we reuse the config files from colfusion 9 to be used by coldfusion 10. We have a l

cfchart bar chart for group by query result set

2012-02-18 Thread sarah mfr
I have a result set that has the following columns studentid,sectionid,tracedate,duration,pagehits I want to draw a horizontal bar chart per student per section displaying tracedate as xaxis and duration and pagehits as the yaxis one below the other Thanks ~

from server B invoke web service (remote component on server A that writes a file to server A)

2011-10-01 Thread sarah mfr
Can I invoke a webservice from server B which is a remote component on server A This remote component exists on server A that runs a stored procedure on server A and saves that output in a file format on the server A NOTE "c:\output\course.txt" exists on server A On server A

column freeze in cfgrid html format

2011-01-11 Thread sarah mfr
How to freeze a column in a CFGrid of format html? thanks ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/grou

how to Mail merge in coldfusion

2010-12-09 Thread sarah mfr
I have a list of students (firstname, lastname, sectionname). I want to create a document of excellence certificates. I tried the following but I am getting only one page of the first student information. Appreciate your help Excellence Appreciation

How to record the last time a user visited a particular page on my website

2010-09-29 Thread sarah mfr
How to record the last time a user visited a particluar page on my website. i.e. I have a page with list of messages. I want to highlight those that are new to him since he last visited that page. ~| Order the Adobe Coldfusion

cfgridkey

2010-06-07 Thread sarah mfr
I would like to replace the word cfgridkey in the url by the column name that it reference. I am using cfgrid html format. i.e. if I have a on clicking on the link I have in the url xxx.cfm?cfgridkey=1 I would like to have it xxx.cfm?id=1 Thanks ~~

html cfgrid I have a problem with insert into a table with identity column using cfgrid bind onchange

2010-05-18 Thread sarah mfr
I got an error on trying to insert a row into a table with identity column using cfgrid html bind onchange. My component

extjs and coldfusion 9

2010-04-01 Thread sarah mfr
How to download extjs 3.0 which is integrated with coldfusion 9? Does this means it is free if you have coldfusion 9? How much would it cost to upgrade to extjs 3.2 and later to extjs 4.0 when it is out. Thanks ~| Want to reac

sql reporting service integration with coldfusion

2010-03-31 Thread sarah mfr
I am working on an internet site using coldfusion and want to integrate SSRS. I need the full functionality of reporting services and sql report service report builder If I used the Url access method mentioned in the following link http://technet.microsoft.com/en-us/library/ms153586.aspx what ki