Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested CFML Solutions: 276 - 300 of 519
 
I have recently been working with coldfusion, and have been describing/defining the use of my cf component functions with comments above their definitions. I wanted to know firstly if there is...
Can anyone tell me why Dateformat(day, 3952, "mm/dd/yy") results in 01/05/08 (two days off, should be today) ??
I've looked at this code and can't find the problem. I've gone through the sql specs and made sure every insert field value matches the data type. I'm assuming I have a bit column that may be ...
Experts, I have this code below that doesn't seem to be working correctly.  This data is getting spit out into a table, and whenever I have students that did not answer any questions, I am ...
I am using CFMENU from a simple drop down menu.  I am finding that when the page initially loads, the menu has no format.  You can see all the menu items appearing on the page as reguar text. ...
Hello, I'm not quite sure how to check if a folder exists. Basically see if a folder exists and if not then create one. If it does then I can put stuff into it. Thanks B
i have a iframe on my page which a user navigates a website in. i want to then pull the URL of the page the user is currently on  (maybe using cfhttp?)
Hi Guys, What I am trying to do is attach an Excel file that is dynamically generated to an email. However I am having problems with old files been sent and data been incorrect. The o...
I have an online voting system that I'm trying to make more secure by only allowing one vote per day for a contestant per ip & brower (cgi.http_referrer). At first my if statement was only all...
How can I block links to one of my IIS virtual directories from a URL outside my domain? My virtual directory is named FRAME and points to a directory outside my webroot on a different hard d...
Hi, I am currently enchancing an existing web app using coldfusion 5 running on solaris. My web app has a function which allows the admin users to update and change the timeout value for th...
Hi, i have a page which calls a cfwindow. Now the cfwindow that is opened should refresh the main window after operations are performs, so that functions performed in the cfwindow are reflecte...
I'm in need of creating a task in outlook by sending an email to the users email account.  The email accounts are not using exchange.  They are pop accounts. I know that outlook allows some...
I'd like to add a javascript function to my coldfusion form. I want to have a drop down box select a number value and in turn have my CFFORM loop variable change to this appropriate value....
coldfusion mx7/ mysql 5.0 / windows 2003 server I have records in my database with a "ListDate" field formatted like mm/dd/yyyy. I want to identify and display the records that have a ListDat...
I have two "simple" CF pages. The first is an input form page where a user is given, among other things, the option of checking any of 4 check boxes. The second page is a processor page that v...
We want to add a keyword search our Coldfusion sites and return matching results from both static content and dynamnic database driven content.  What is the best solution?  CF Verity?  integra...
I started out with 2 cfgrids. I populate the first one with a query. When a row is selected in that grid I populate grid 2 with a query based on the ID column of the row selected in grid 1. As...
I have a string of data: Location: Boston, MA And, I'm trying to pull only "Boston" from it.  This is what I'm using, but without luck... <cfset leadcity = REFindNoCase("Location:(.*)...
When i post information to a partner site the information returned via cfhttp.filecontent is displayed correctly when viewed in a browser, however when inserted into a database the html tags a...
Can anyone show me an example of how to implement tabs in cold fusion? For examply by page should have a 'Genera' and 'Details' tab and I need to find out a way of how to implement that quickl...
I'm trying to get my Authorize.net credit card input working.  I attached some sample code from Authorize.net below.  I'm trying to figure out how cfhttp works?  I have my form setup... do I t...
Hello experts. I have a query: <cfquery name="q_Ident" datasource="#dsn#"> SELECT dbo.users.Identi_id FROM dbo.users WHERE dbo.users.User_id=<cfqueryparam value="#SESSION.User_ID#" cfsqlt...
I have a Coldfusion form that includes a radio button.  When I want to update a record, I can pull in all the original values into every form except the radio button. Is there a way to set the...
I need a drop down menu that displays a list of times that increment every 15 minutes.  So something like this: 12:00:00:AM 12:15:00:AM 12:30:00:AM 12:45:00:AM 01:00:00:AM 01:15:00:AM ...