How would I create an ODBC connection to an Access database using coldfusion?
I have a page that has an iframe in it. I want to know if there is a way to use the pass url variables of the page containing the IFRAME to the IFRAME page.
For example:
ParentURLtes...
I know how to destroy session variables but am encountering some problems. Below is the description of the problem.
Description
-----------
I am trying to create a website but requires us...
Hello again folks. I created an oracle database, specified the passwords for SYS and SYSTEM and specified the username/password for the repository also.
I then go to CFMX Admin and create ...
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...
How can i make a flash form submit upon the user hitting the ENTER key?
Like in a standard HTML form.
Thanks in advance for any answers..
Am giving 250 points.
I have created the following CFC based on a UDF I found online somewhere. It basically creates a .ics (iCalendar) file that is e-mailed to a client. The event is accepted by iCal on the Mac ...
i am using the following query
SELECT POSITION_LIST.EMPID, REPORTS_TO, USER_PROFILE.EMPID, USER_PROFILE.USERFNAME, USER_PROFILE.USERLNAME
FROM POSITION_LIST LEFT JOIN HR_TOOLBOX_USER_PROFI...
i have only one checkbox control which displays column names dyanamicly with respected to selected tables i want to insert particular colum on check into table
RSS feeds such as Yahoo.com that contain images, I'd like to save the img src image path from the feed to a database.
I'm already saving the feeditems TITLE, DATE and CONTENT into separate ...
Trying To Find A CF Function To Work Out UK (Tax Week & Tax Month) For A Specified Date
Definations Of a Tax Week & Tax Month: -
Income tax weeks (tax weeks)
Tax weeks are periods of...
Hi i have been running a test on the last page of my project and i cannot seem to get over the error that comes up. can someone explain where i am going wrong. the error is :
String index...
I am trying to duplicate this action in coldfusion from PHP. I have 2 different list boxes with a date a list of student names. I want to be able to highlight multiple items in each list box...
Can someone give me a bit of advice on how to compare two date/time values against each other and bring back the difference in day or hours or even a combination of both would be fantastic.
...
I've got a table that starts off with a date on top row, then a load of asorted data. Within this data, there's a value field which I need added and written next to the date on the top row.
...
Hi i need to use the the euro currency format, which i use: #LSEuroCurrencyFormat(subtotal,"International")#
For Example an output example of this on my .cfm page would be: USD999.00, wh...
A simple question that's holding me up, so I gave it 250! I'm using CDO to send an e-mail where the message body is built based on form responses... problem is inside the declaration of the me...
So i had some fantastic help to create a nice little sms function that i can call anywhere in my code using:
<cfset somevariable = Application.SendText.sendMessage('#mynum#', '#mymessage#')...
I am doing my best to try to read an Excel file using ColdFusion.
The problem is, if I try to load this data:
LOGICAL_CIRCUIT BUSINESS BUC
TEST_CIRCUIT 666666 D47147
TEST_CIRCUIT 66666...
Can someone please post some code examples(javascript) that show how to validate a phone number. I only want digits(example: 1231231234 NOT 123-123-1234). If you know of a way to allow inter...
I have a CF form, in flash format, that if the user selects yes (or specify own value) to one question (from a radio button) that enables a list of questions for the end user to complete. If ...
Hi,
I am trying to use this webservice:
http://ec.europa.eu/taxation_customs/vies/api/checkVatPort?wsdl
After a quick glance at the wsdl, I thought this would do it:
<cfinvoke webs...
Hello over the last year i have been using self posting pages to perform my FORM validation which works great..... BUT the only problem I am concerned with now is security of passing URL varia...
I am currently working on developing a photo album for our local volunteer fire department (www.soundbeachfire.org). I am getting hung up on a cfselect form binding on the applications admin p...
I have four CFCs that I would like to be available to all pages. Initially, I was storing the CFCs in a session variable, but one of the exchange experts recommended that I store the cfcs in ...