Happy New Year!
I've successfully created my first CF page, but the dates are displayed as:
1986-11-15 00:00:00
when I want them to be displayed as:
15th November 1986
I can't get the...
Hi! all
I have just installed Cold Fusion server and cold fusion studio.
I would like to know what r this 2 products and can I use them to make mail server (like hotmail etc) so that I can d...
While, with a previous question, I have resolved issues of having a "root" variable so that references are made much simpler...I have found that the following command would not work (assume #a...
I am new to coldfusion and html althouth I am learning fast and getting by.
Can anybody tell me how to run a section of cold fusion code on the ONCLICK event of a button and then go to an hr...
I have an initial cfm form that allows the user to input criteria and make selections from drop down lists, including a "report" choice. I then need to pass the user's input/choices to a seco...
We are currently moving over from session.variables to client.variables because we are getting into load balancing. So we set up CF administrator to build the client storage tables... easy eno...
Context
CF 4.0, Oracle 73.3.4
I have an insert statement within a CFLOOP tag:
<CFLOOP query="Q">
<CFQUERY name="INSERT" datasource="D"
username="X" password=Y">
INSERT INTO Ta...
I have problem of performing a cffile copy from a directory to another mapped drive. The mapped drive is working ok for sure.
Besides, mapped drive wouldn't work with cfexecute as well!
...
how do i calculate the actual business days between two given dates???
please experts help me its very urgent.
I have a group of checkboxes all with the same name and want to have validation that insures at least one of the boxes is checked before the form can be submitted. Below is the code for my che...
I have a database of contacts. This database has several office locations with the same name and email address. My app is to email just one person even if the office has multiple offices in d...
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]...
Hi Guys, well I have a minimum problem when I try to update the data in my table but i have fields in type Checkbox, in my form i have this:
<cfif #Add# is "1">
<cfinput type="Checkbox" na...
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 ...
I'm trying to generate a dynamic index using anchor tags in frames.
The anchor tag I want to generate will look like this:
<a href = "frame2.cfm##myname#" target="frame2">#myname#</a>
...
I just tried to use CFLDAP by puuting in the sample codes from Allaire and somehow it gave me the following error :
CFLDAP
Can't connect to the LDAP server
The error occurred while ...
Hi,
We 've developed an Application with Cold Fusion as Front-End , Ingres as Database and IIS as Web Server.
When we are executing a particular page in our application which...
My form page has the following code. On my action page I want to refer to the value of PersonID of the selected row. I haven't been able to get this to work, even though it's probably pretty...
Whats the simplest way to filter my "date" column. I want it to only query or filter the records based on the last 5 days.
Thanks
Ben
(all i have is 35 points or else I would give more)
Coldfusion Studio 5
In my Coldfusion page, I've written a popup (javascript) routine that shows help information though an A href link. In order to become Bobby compliant, I need to show an...
Hi,
I need to run a batch file from cold fusion.
Say I have a bat file named boo.bat
I want to be able to run it with an argument like
boo.bat Test1
This will create a
Test1.reg file...