Hi,
i´ve got a cfform (Flash Form) with serveral cfinputs.
I want to focus a certain cfinput on post and automatically set the cursor at the end of the text in the cfinput.
I´ve tried w...
Hello Experts.
I'm writing in hopes that someone else ran into the same problem I am,
and found a fix for it.
I'm trying to execute a proc from MySQL 5.0 and return two datasets.
I...
I am having problems with my Date format in cfgrid the way the date comes out is like YYYY-MM-DD TT:TT:TT but what I would like is to have the query change it so it comes out like MM-DD-YYYY
Error Occurred While Processing Request
Complex object types cannot be converted to simple values.
The expression has requested a variable or an intermediate expression result as a sim...
What is wrong with this?
<cfquery name="ClientNewInsert" datasource="VanProgram">
Insert into Clients (ClientID,
Title,
FirstName,
LastName,
MI,
Ad...
I have two forms that manipulate a SQL Server database. One form creates/adds new records and the other updates the records. Each form has validation for the date fields. The form that creates...
Does anyone know of any good and reasonable coldfusion SMS gateways that provide a 30-day trial kinda thing?? i know of PHP ones but not coldfusion!?
Thanks,
Ian
Hi, I'm trying to find a way to track when and if my end-users open their emails (and if they've clicked through to the site), then record and report on that. Can I do that using coldfusion m...
I am trying to learn how to use action script and CF FORMS, this is the first time I have been trying to use it. Basically I am trying to load mp3 files dynamically. Here is my code:
<cfq...
Hello there,
I have two issues.. one regarding calculating some values in my mysql tables and secondly how i can display these with CF code.
I have identical tables with different data i...
Very wierd... but can someone please example why my cflocation isn't working... i want it to run this page and at the end of all the include processing do a cflocation...
here's my page
...
Need help with grabbing data and passing it to the next page.
I have the following code:
<div><input type="Checkbox" name="fruit" value="apple" > Apple</div>
<div>Price of Fruit:<input ty...
I am trying to join tables in a CFQUERY and it is failing
SELECT *
FROM Products LEFT OUTER JOIN (Colors ON Products.ProductID = Colors.ProductID)
(LEFT OUTER JOIN Sizes ON Products.Produc...
I have hardcoded (bad-i know) a table for a May events calendar. Users can search for events by choosing one option at a time. If the search phrase matches I want to change the color of the ...
Application Server: Coldfuion MX 6.1
RDBMS: MS SQL Server 2000
For some reason I have to store/retrive image into/from SQL 2000 DB. Please DO NOT suggest me to store image file name only -...
I need to pull a date from a MySQL field type DATE, and use it to populate three drop down menus, one for Month, one for Day, one for Year. Is there a way to do this?
I am trying to send files from one server to another using CFFTP.
Server 1 is a CF server. Server 2 is a non-CF server with FTP access.
The script on server 1 is:
<CFFTP CONNECTION="m...
Hi there ,
Please give the answers to these question as soon as possible.
Q1. Sample Code
<CFSETSETTING CFOUTPUTONLY="YES">
<CFSET Red = 1>
<CFSET Blue = 3>
<CFSET Total = Red +...
I am creating an application that creates a new datasource & database in MS-SQL 7.0.
I've encountered this problem before, and the answer is using <cfregistry> to create the datasource & the ...
i need to change the date format from mm/dd/yyyy to dd/mm/yyyy, but i encounter this problem
Error Diagnostic Information
ODBC Error Code = 22008 (Datetime field overflow)
[Microsoft]...
I want to change the formatting of a date in a CFGRID.
How can I do this as I can't get the DateFormat command to work within the CFGRIDCOLUMN tags ?
TIA.
I'm starting to learn how to use CFOBJECT.
Anybody use the MSComctl2.DTPicker.2 COM object before? I can't get this to display on my page! Anybody have any answers?
How to make Anonymizer website with cold fusion.
I can use <CFHTTP> to get the content of the page but I want to get the pictures also. I dont want to save the images at my site.
<form m...
Salute!
Do you know a website with a tutorial or examples for an "auction application" written in CFML?
Yasmeen
How does one use ColdFusion to do a browser detection? I've searched the web and ExpertsExchange, and I have not been able to find anything for strictly CFML.
I believe the HTTP_USER_AGENT ...