726 Topics

Member Avatar for
Member Avatar for sunbum

Hi All, I've just upgraded from MX6.1 to CF8 and have noticed a couple of differences with CFChart. My chartseries line graph data consists of numeric readings taken every 2 hours each day. In MX6.1, I display the x-axis labels for each day and the vertical grid-lines correspond to each …

0
84
Member Avatar for danarashad
Member Avatar for utdream
0
68
Member Avatar for lafalot

Hi, I have a form that works fine, unless there is too much data in the textarea. This does not appear to be a problem with the database, as the form is getting stuck before it even submits to the action page. In fact, I commented out the entire action …

Member Avatar for utdream
0
69
Member Avatar for anang
Member Avatar for utdream
0
57
Member Avatar for neemisha

Hi cffunction build to download the .xsl file. when user tries to open .xsl file in msoffice2007 environment the function gives an error and do not allow to open. Please help Thanks

Member Avatar for neemisha
0
66
Member Avatar for Cheesecake87

Hey, Building a hotel booking system as a college project, And as I do not want to go through the building a calendar that shows dates that are already booked, aww can be bothered. ok the max number of days of stay allowed are 7, now I have thought of …

Member Avatar for arrgh
0
2K
Member Avatar for earachefl@comca

When using a small Access database, is it better to return the results of a query and search the result, or to try to filter the results in the query? I tried the latter first, like so: [CODE]<cfquery datasource="cpac" name="results"> SELECT Email FROM Subscribers WHERE Email='#FORM.Email#' </cfquery>[/CODE] and am puzzled …

Member Avatar for arrgh
0
113
Member Avatar for CFApprentice

Hi there, I’m very new to ColdFusion and I’m still going through the learning process. I have a report to create in CF and I don’t know how to start: I have three tables in 2 databases: tblEmployeID with EMPLOYEEID, EMPNAME, MGRName (this is in SQL 2000) tblCategories with CODEID, …

Member Avatar for arrgh
0
334
Member Avatar for danarashad

I am having an issue with cfselect. When I submit the form, I don't get a value from my 2nd cfselect. I am binding. I do get a value from the first select, but the second select does not exist in form data. I do get values from this form …

Member Avatar for danarashad
0
147
Member Avatar for kg_ally

Hi, Can anyone tell me how to describe coldfusion architecture. I'm being this question consistently in interviews. I cannot find an answer on Internet. Please help, its urgent and important. Thanks Kanika

Member Avatar for satya339
0
545
Member Avatar for shd64

Hello, I have two cfselects set up so that selecting an option in one populates the options of the 2nd select. It works perfectly on my local environment, but when I test it on our QA server, it gives the error: "Bind failed, element not found: sltBiz" where sltBiz is …

Member Avatar for arrgh
0
305
Member Avatar for atrum_qss

Hi, im new at coldfusion and i recently pay for a hosting with coldfusion 9, i customize my db,dsn and upload all the site... but when i try to run the site i get this exception : coldfusion.runtime.CustomException: Unable to initialize AssetNow NX at coldfusion.tagext.lang.ThrowTag.doStartTag(ThrowTag.java:142) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722) at cfApplication2ecfc1801135535$funcONAPPLICATIONSTART.runFunction(E:\Domains\rivi eramayarent.com\wwwroot\Application.cfc:35) …

Member Avatar for arrgh
0
170
Member Avatar for matt_stutts

CF9: I have a cfgrid (html) that contains a number of fields including "state" and "county". County is selectable/editable, 'state' is not. I want to display the State column as a normal string but I want to make the County column a selectable combo/drop-down box. I have made comboboxes inside …

0
77
Member Avatar for fatt

hi i'm working on airline resrsvation system and i have no idea to make the design for it i need helping please

Member Avatar for arrgh
0
60
Member Avatar for SammyFrancis

Hi guys, Does any body know of a good Quick ColdFusion Reference on the App Store.

Member Avatar for samaru
0
118
Member Avatar for danarashad

[code] Federal Projects: <cfselect name="AdminID" bind="cfc:folder.components.forms.getProjects()" display="ProjectName" value="AdminID" bindonload="true" /> Administrators: <cfselect name="AdminName" bind="cfc:folder.components.forms.getAdminInfo({AdminID})" display="FullName" value="PrincipalID" /> [/code] The Code above queries a cfc and returns the results to the second cfselect. My question would be how to return the result to a cfinput box? Is that even possible.

Member Avatar for arrgh
0
366
Member Avatar for newCFcoder

[code]<cfquery name="findQtrs" dbtype="query"> SELECT DISTINCT DATEADD(qq, DATEDIFF(qq, 0, event_datestart), 0) as SQtr, DATEADD(qq, DATEDIFF(qq, -1, event_datestart), -1)as EQtr FROM eventData ORDER BY SQtr ASC </cfquery>[/code] when I run the above I get error in syntax of '(' looking for a from. However, when I run that exact query in SQL …

Member Avatar for arrgh
0
159
Member Avatar for gklandes

I've started a new application in Coldfusion using the ModelGlue 3 framework. For some reason, the "defaultType" on my event-handlers is not working. Here is a snippet from the modelglue.xml file... [CODE=xml] <modelglue> <controllers>...</controllers> <event-types> <event-type name="templateMain"> <after> <results> <result do="view.template" /> </results> </after> </event-type> </event-types> <event-handlers defaultType="templateMain"> <event-handler name="dashboard"> …

Member Avatar for gklandes
0
98
Member Avatar for matt_stutts

Seems like this should be straightforward... I have a cfgrid that allows a user to insert a new row (insert='yes'). One column in the cfgrid is hidden but carries the uniqueID. Upon updating changes back to the table in the db, I need for that field to be populated w/the …

0
70
Member Avatar for harters

Hello everyone. As the name suggests i am trying to figure out in CF9 over MySQL how to send multiple emails based on selected records from a grid. I have a table called sstblemailnewmembers this has fields: fldemailid (Int + Auto Incr) fldemail (TEXT) fldsent (DATE) CHECKED (SET 'true','false' DEFAULT …

0
68
Member Avatar for matt_stutts

I have an update page with a cfselect populated from a query. I need the selected value to be = to a value from a different query. I can only seem to get the first item in the cfselect to display when the page loads, making me think something is …

Member Avatar for arrgh
0
112
Member Avatar for adammaarsh

A long time ago I used to do website development using ColdFusion and MS SQL. I still do website stuff for fun and occasionally for contract work. I feel that the CF platform is antiquated and I'm looking to switch to something else. I heard Ruby is pretty cool. Would …

Member Avatar for arrgh
-1
128
Member Avatar for anuradhu

could someone please let me know the encryption level of the encrypt function of coldfusion.... as far as i know it supports onjly 32 bit encryption...are there any chances of it supporting any other encryption levels.... has anything happenend in coldfusion7?

Member Avatar for arrgh
0
157
Member Avatar for newtechie

I am getting the following error when trying to run a index.cfm file. [CODE] Could not find the included template /config/_errorMap.cfm. Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for the path using the ColdFusion Administrator. Or, you …

Member Avatar for arrgh
0
123
Member Avatar for paragr

Hi, I am getting one error continuously and recorded in my application log cfcache could not retrieve the page content. HTTP status code '401 Unauthorized' That is the description of error I searched on the net for solution/help but could not find anything useful. Thanks in advance for any suggestions …

Member Avatar for samaru
0
176
Member Avatar for Loki421

Hi everyone! I need some help please, i've been trawling the net for hours now and can't find what i'm after. Does anyone know how to either return an xml structure or create an xml doc from a cfdirectory query so i can use it in a Flex tree? Any …

Member Avatar for samaru
0
65
Member Avatar for lafalot

Hi, I would like to be able to schedule cfmail at random times, but I have the following issues: 1. Our hosting service will not allow cfschedule. However, I can schedule an event through their control panel but ... 2. The message portion of the e-mail changes, and is submitted …

Member Avatar for lafalot
0
139
Member Avatar for newtechie

I have a website that was developed in coldfusion, I want to add a link to twitter on the homepage of my website. I want to add it in the bottom panel of homepage, hoe do i do that ?

Member Avatar for utdream
0
71
Member Avatar for yangyid

I am trying to read some data from an uploaded Excel file through ODBC. I have the file uploaded properly, and the ODBC socket connection made. But if i grab data and output, all of the Chinese characters are blown out. My code is as follows: [code]<cfquery name="Test" datasource="DataSource"> SELECT …

Member Avatar for utdream
0
87
Member Avatar for glenntamis

i have cold fusion running on win serve 2003, it was running fine until i set a new modem/router. i had to change my server IP to get the server working on the LAN but now i cant see the coldfusion site that was running fine b4 the switch. i …

Member Avatar for utdream
0
86

The End.