hello
this cfquery works fine till i add the datediff part
<cfquery name="get_admits" datasource="#DSN#">
SELECT last_name, first_name, admit_date, disch_date, admitting_diagnosis, icd...
Can anyone tell me how I can detect the visitor pc's screen size/resolution?
I've searched ee and found a mention below:
http://www.experts-exchange.com/Web/WebDevSoftware/ColdFusion/Q_119...
Hi,
Was not sure whether to post this question here or SQL Server Area....
For some reason I get this error:
Database Error: [Macromedia][SQLServer JDBC Driver][SQLServer]Line 35: Inc...
i am having an issue with gmail displaying HTML emails that are produced via coldfusion. i have tried several variations and i still cant get it to display html. a sample of code is attached.
...
hi i have a query that will select the invoice number in the quotation and will determine if that quotation has an invoice already. but i have a problem in my condition. this is my query: the ...
I need to come up with some coldfusion code that will accept a CSV file from Access (from our client) and update a SQL table.?
Hi Experts,
I'm having issues with poor performance on my web site and I need some guidence as to how to trouble shoot the problem.
In short, my web pages are taking a long time to load...
Just as a fail safe and to keep users from tinkering, I'd like to strip all HTML tags except bold and italic and maybe a few other tags. How can I accomplish this?
Hi everyone,
After copying the entire wwwroot directory from our old web-server (2k SBS) to our new 2003 box, one of our websites decided not to work anymore. When it is viewed on the 2003...
Hi,
Suppose i want to purchase one book on net.Currency will be different like US dollar, Indian Rupees and UK pound like that.different country using own currency value.my problem is from t...
Hello Experts,
I'm building a page to send XML data using (<cfhttp method="post") and expecting a reply back to the same .cfm page, the sending part if working fine, it's the receiving part...
Hey all,
This should be a simple question. I want to know how to get the path for the current page in coldfusion. I know there is some coldfusion variable that stores this. I wou...
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]...
does coldfusion offer an easy way to combine variables into a string like java
e.g. <cfset something = "String1" + variable + "String2">
Cheers
I'm trying to login to yahoo mail using CFHTTP. I read and pass the cookies, yet i'm still not succesful. Any ideas?
Feel free to plug this code into a blank cfm page. It will produces a us...
I am trying to filter out all non alpha and numeric characters from form imputs, url params ect.
This includes the # - How can you do this dynamically since its not something hard coded I c...
I saw this progress bar script in the Cold Fusion Contruction Kit. I just want to know where this script is being made to wait 5 seconds as noted in the comments of the script? I just do not ...
Lost am i......
This is what i have:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www...
I need to round 99.96456146 to the nearest hundredths
Thanks
I'm trying to get geo-locations (latitudes and longitudes) of photos into a database in a decimal format from EXIF gps data. However, the EXIF fields 'gps latitude' and 'gps longitude' are in ...
I have a flash form with certain required fields but it's possible that certain questions do not pertain to the end-users request. So I want to have a checkbox on the form and if the end-user...
I am having a little trouble creating a side bar menu and including it on all the pages....
I want to start out with a basic list type menu that takes up about 15% of the page.... so there i...
My Windows 2003 server has Coldfusion 7 and IIS 6.0 installed.
I have a website with url example.com I can access Coldfusion administrator with URL: https://www.example.com/cfide/administr...
Recently I installed CF8 on a test server to prepare for upgrade from CF7. I have some evenings tasks that I run that updates some tables from another host comptuer. I am getting an error th...
Hi, I'm using z-index to stack a couple of swf files want to change the stacking order from a rollover event in flash and coldfusion. Is there a way to do that?