Our service generates form letters (in PDF) from a MS SQL query from a user database. We may run this as a scheduled task depending on whether the dataset is large, or if the deadline for the...
I need some help with <cfoutput> using group
I have a query that get date, text, and type now I want to group the text, and type by date.
I did this but I only get one result for each da...
my coldfusion form validation seems to be not working ti does nothing at all! What am I doing wrong? Is there some setting that has to be addressed?
I am just using the simple required="yes...
I'm working with DW CS3 developing on an ISPs ColdFusion 8 with a MySql backend.
This is my first remote site on an ISP. I've always had direct access to CF and CFAdmin in the past. In ...
Coldfusion Experts,
I would like to output a list of file names from an image folder (on the server), which I would then display within a form select box. The selected file name would then ...
I have a form created with Adobe Dreamweaver Developer's Toolbox with a radio group where the user can select one of 5 selections. Four of the answers result in a 'y' value and one results in...
Hello experts.
With a query like:
<cfquery name="artikel" datasource="dsn">
SELECT a.Art_ID, H_All.Hersteller_DE,a.Besonderheiten
FROM dbo.artikel a
LEFT JOIN H_All ON (a.Hersteller_ID =...
from what I've seen on EE it would seem like the following should work to send an HTML-based page as an attachment...
<CFMAIL
FROM="orders@seidiamonds.com"
TO="#rsOD.billemail#"
BCC...
Hello,
I was wondering if there are any Free / OSS Cold Fussion Portal systems? I am looking for something like Dotnetnuke or IbuySpy style.
Also interested in Non-Free ones.
thanks i...
I need a CFSELECT box in a Flash Form that allows the end-user to choose multiple selections from this box. For example, a cfselect box like this:
<CFSELECT NAME="strCaseField04" multiple="Y...
I have a data entry form that is used daily. I need the fields that will be accepting new data to be cleared when the form is opened.
Any help is greatly appreciated,
John
I am needing help just showing a simple 3-digit Julian date in a CFPARAM tag in Coldfusion. So basically what I am looking for is something that if the date is May 21st, 2008 then the tag wou...
I need to link to tables where the field in one table is numeric and the other table contains a string field using ColdFusion.
Someone attacked my website and did a SQL injection into my MSSQL database thru one of the coldfusion forms on my site. I have found some tools online that will verify and help fix ASP code. I...
I receive incoming posts from my partners and want to set up a black out time from 12:00 am to 6:00 Am. I want my script to check the time and using cfif statements etc:
code;
<cfparam name ...
I have code that I use to run jobs and don't want public access for viewing but i need to automate the process to run the jobs in cfadmin. The directories are not secured at this time, I was ...
I have a form that asks for workphone, cellphone, homephone and email. I want to validate the form so that only one of the 4 fields is required. I need to use cffom because I am also passing...
I would like to confirm that it is possible to update two tables simultaneousely from a form. There are several fields which need to go into different tables.
How do I delete a file directly after it has been selected for download? Everything I keep doing ends up deleting the entire directory or just a specific file.
I'm sorry if this is a stu...
I am using CFCODEs CFFORUM for a members forum within my site and i have changed the login to work for all pages within the members folder, but i cant seem to create a logout script or functio...
We're currently looking to migrate out site from CF 5 to MX (probably 7). I wanted to know if anyone could give me some helpful insite on what's required for this migration to MX. Any code c...
I just want to retrieve certain cells to appear on an asp page. The following code has all the worksheet displaying. How do I display a cell or cell range?\
<cfquery name="qryExcelFile" d...
I am converting a asp to coldfusion. Here is the asp.
Dim tablename, date_view
date_view = request.querystring("date_view")
tablename = request.querystring("tablename")
when I try
...
Hi!
I have an export that is written in Cold Fusion that is writting HTML to a txt file. The initial query pulls back around 17,000 rows of data and then there are multiple queries that need ...
How do you parse this:
Code is setu like this:
Var1|Value1|Var2|Value2|Var3|Value3
Code that needs parsed:
Status|Rejected|PingId|4102|Payout|0
I need to pull out each variable ( st...