Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Time Tested ColdFusion Application Server Solutions: 201 - 225 of 836
 
Dear experts, I cannot explain my self why the following code does not show a "hand" cursor. <select style="cursor:hand;"><option>something</option></select> Why doesnt' it work? T...
All I want to do is alilgn the SUBMIT button to the righ in a flash form. Thanks.
a little confusing, but here goes.  i have a cfquery that returns several records.  for instance: select * from tableA; returns: ID                   FirstName                       L...
I have read several threads about this, followed the suggestions, and have not been able to solve this problem. An exception occurred when using <cffile ... > to perform a file copy operati...
I have recently moved a coldfusion app from one site to another.  The people hosting the new site are unsure of how to setup a DSN in the coldfusion administrator or do not have access, I'm no...
I have an interview for a intermediate developer, does anyone have any idea of what questions/areas would be expected?  I would like to prep over the weekend for the interview. Any ideas wo...
Hi All, I'm trying to do a rather complex comparison/update on my data and I'm looking to do it with 1 query. Basically, I have 2 tables. Table "A" contains accnt_id_1, accnt_id_2 and accnt...
Having Problems Inserting Details into a SQL Server 2000 database Coldfusion Code to do this is :- <cfstoredproc procedure="AddCand" datasource="IntranetBeta"> <cfprocparam type="In" cfs...
I want to create a tab delimited TXT file using this code, however, I cannot figure out how to force a line break in the TXT file after each row our output in the cfsavecontent. <cfsavecont...
Dear experts, I am designing an intranet application, and I would like to use the windows authentification on my intranet. What are my options? Can I detect either the windows user or th...
I'm not sure how to go about this. I have a form with a series of options (checkboxes). For about 3 of the checkboxes, if selected, I need to be able to create a drop down menu (of more op...
I have a coldfusion form with a few multiple select list boxes. Users are successfully able select multiple values from any of those list boxes and do a search query that displays a results pa...
Howdy, I'm looking to catch the error that coldfusion MX 7 throws when a file is not found on the server. Please note that this is not a CFINCLUDE error. This is when a filename was perhaps...
How would I create an ODBC connection to an Access database using coldfusion?
I'm using cffile to create an excel spreadsheet. In the output I have a table such as this: <Table Border=1> <strong><tr><td bgcolor='#99FFCC'>Status</td><td bgcolor='#99FFCC'>Vendor</td><t...
The goal is a store locator whereby a user would enter their zip code and find the top 25 closest store locations. I have a table with the stores' information (incl zip codes). I also have a t...
hi, i am relatively new using XML/SOAP, however i am working on a project where we must create a data feed of our products and send them to Amazon to be listed on their site as an affiliat...
C: on my CF MX server is being filled up faster by unknown files yet.  Only 600 MB is avail for the free space. With CF, is there a way to identify and sort the files and folders by the size?...
Hello, I am using CFMX 7, Flash forms.. here is what I am trying to do. Simply calling another cfm page from a submit button with hidden form variables. I have multble buttons I need to go to ...
I was recently having performance based issues. Looking to see, I find jrun has consumed 400mb of ram and counting up. I had to stop coldfusion application server to get it to go away. Ive had...
I need to import an excel file into a db. Please see my code. I've done this before with .csv but for another project I really need it in .xls instead. I'm just not sure of what delimiters I u...
just upgraded to cf7, I am now getting this error and I am unable to track/ find correct  the solution to the error . Please help. here is the error. The error occurred in E:\inetpub\Merc...
What I am trying to do: I am using InvisionPowerBoards as my forums software and wish to display the date of a certain "Latest News" post on my index page. --------------------------------...
I have a page that dynamically pulls column names from a query using ColumnList from any number of stored procedures that may be called from it. example: <CFLOOP INDEX="FieldName" LIST="#Que...
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...