726 Topics
| |
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 … | |
Is there a way to execute an SSIS packing via coldfusion? | |
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 … | |
how to disable error message "Datasource xxx could not be found"? | |
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 | |
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 … | |
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 … | |
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, … | |
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 … | |
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 | |
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 … | |
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) … | |
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 … | |
hi i'm working on airline resrsvation system and i have no idea to make the design for it i need helping please | |
Hi guys, Does any body know of a good Quick ColdFusion Reference on the App Store. | |
[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. | |
[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 … | |
| 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"> … |
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 … | |
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 … | |
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 … | |
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 … | |
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? | |
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 … | |
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 … | |
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 … | |
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 … | |
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 ? | |
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 … | |
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 … |
The End.