<cfsetting showdebugoutput="No">
<cfheader name="Content-Disposition" value="inline; filename=SrpMonthlyDetail.xls">
<cfcontent type="application/ms-excel">
I have a field that has a user...
i am looking for a function that allows me to round a number down to nearest lower half integer tenths. Example: if the number is 7.7 I want it to be rounded to 7.5. So basically the nearest l...
Hi everyone,
I'm sure I'll get laughed at for this one but here goes...
I have a cfform in flash format to enter preventive maintenance data. The form is emulating a PM worksheet so I d...
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...
How would I get this query just to pull the last 30 days of postings
Hello experts.
i have a query like:
<cfquery name="artikel" datasource="#dsn#">
SELECT a.Art_ID,a.User_ID, a.Kat_ID,............
Output:
<input name="imageField3" type="image" class="imag...
We changes the IP address and Domain of a Server on which Coldfusion is running. Suddenly the CF MX 7 ODBC Agent & Server services does not start. I get the foollowing error message when tryin...
Ok this has to be easy but I'm just not getting it. Any help would be awesome.
Say someone comes to a page on Monday after 5:30PM I want them to see one thing but if they came before 5:30PM...
Can anyone provide some material in defining the different types of variables like session var, form. etc etc.
I just started learning Cold Fusion so getting difficult in gathering the materi...
Hello experts.
I want to replace a button with an image.
I have tried to do this allready but with the image it does not work good.
The two codes are here:
Trying to make an indented list from a query, There is a page Hierarchy column in the database
id pageHierarchy
1 ...
I'm a VB guy, but I have to do some Cold Fusion code. I can write the SQL Statement to get the data I need, but I'll need to loop through the result set to extract the records I need. I'm no...
Hello experts.
In my result page i have a button to send one artikel with Art_ID to the shoppingcard.
Now if the artikel is allready in the shoppingcard i want to show another image.
I use ...
I have a coldfusion application which is currently connection to a production database (sql2000). I want to be able to connect this same application to a test environment which is a copy of th...
I need to link to tables where the field in one table is numeric and the other table contains a string field using ColdFusion.