| Thread | Last Post | Replies |
|
| List - Cfloop? | 28 Jan 2005 18:05 GMT | 3 |
How would I replace the 5 - '*insert*' fields with a list of values. List: Ashfault Shingle, Range, Range, Test, Coloniel house Example: The *insert* house is using a(n) *insert* roofing material, *insert* siding and a(n) *insert* gutter and *insert* downspout system. Long ...
|
| nonlinear coldfusion programming | 28 Jan 2005 16:30 GMT | 13 |
I respectfully request some help here. I have been tasked with making a header at the top of the page show/hide based on the outcome of a variable check in a loop much farther down in the page, both code and view wise. Suggestions? TIAFYH
|
| cfinclude in cfmail | 28 Jan 2005 16:23 GMT | 11 |
I am doing a <cfinclude> inside a <cfmail>. Everything works fine, except for the hyperlinks in the file that I am including. That file has some relative hyperlinks and absolute hyperlinks. The absolute ones transmit properly thru' the email, and when I get the email using ...
|
| Excel Linked File Handling | 28 Jan 2005 15:35 GMT | 1 |
A few of our companies are submitting spreadsheets that uses OLE links. We are running into problems with the spreadsheet where we are attempting to get a list of the worksheet names. By using COM, we are able to connect to the Excel using CFObject. However, as soon as we call ...
|
| CF and MS Word | 28 Jan 2005 11:35 GMT | 1 |
I have followed the advice set out in the article http://www.sys-con.com/story/?storyid=41604&de=1, and I am now able to serve word documents about 50% of the time. I have a template I use for a legal agreement, and I include specific information based on a query and loop. ...
|
| custom tag variable scope | 28 Jan 2005 11:26 GMT | 2 |
I have an online shop using a custom tag for adding products to the user's cart... it's used like this: <cf_cartadjust item='someid' quantity='somevalue'> Inside the custom tag is a stored procedure to get the product details (name, price etc). The result of this query is held ...
|
| <CFCONTENT> error 500 | 28 Jan 2005 03:56 GMT | 1 |
I have this page that lists all uploaded documents stored on the server. You click on the link and it takes you to the download page . Upon clicking the link it goes to the downloader.cfm page and gives me this warm and fuzzy error: ERROR 500 Internal Server error!!!!!!!!
|
| Upload Multiple image files at once | 28 Jan 2005 01:48 GMT | 9 |
:confused; Hi i am designing a site where photographers can upload wedding shots to a site. They will 0ptimize the images on their own pc and upload them to the site. I can't work out how to allow them to upload a whole folder or 50-60 images at a time to the web server? Does ...
|
| cffile and file-upload field | 27 Jan 2005 22:00 GMT | 2 |
I should be embarrassed to keep coming back here seeing as you guys are waaay over my head in ColdFusion, but I need to get a project done so I have no shame! Will someone write the code for me for this. I have a form to add new job listings to a database (add_job.cfm) ...
|
| Outputing into a table cell color scheme | 27 Jan 2005 21:23 GMT | 22 |
Hello, The following code kept me up all night! And i know there must be a simpler way of doing this. Basically, i have an ACCESS table with 3 records for 2002, 2003, and 2004. Each record is ranked 1 thru 4 for 11 different fields. I want to output each ranking in a chart with ...
|
| Alternating Row Bgcolors | 27 Jan 2005 20:19 GMT | 1 |
Hello, I am wondering how to cycle thru bgcolors to get a desired color cheme for each bar on my table graph. IE I would like to cycle thru the colors green, blue, orange, and red so that each horizontal graph bar will reflect those same colors (green(4), blue(3), orange(2), ...
|
| Getting System Information | 27 Jan 2005 19:03 GMT | 1 |
Hello all, I'm hoping someone has needed to do this prior to me. I am building a web based server monitoring tool that gets a variety of information. I'm having a tough time coming up with a web based way to get the system information (CPU's, Drivespace, etc...items found in ...
|
| cftransaction | 27 Jan 2005 17:58 GMT | 8 |
I'm new to CF (and don't know a lot about Access) so talk to me appropriate to my level. I cannot find this information anywhere else or I wouldn't be bothering you guys. I'm trying to accomplish the following and, so far, I think cftransaction might be the best way to do it. ...
|
| How to pre-cache page | 27 Jan 2005 14:56 GMT | 2 |
I have a coldfusion page that uses a bunch of queries to build HTML pull downs. The data only changes once a day and I am already cacheing them but the first time the page is run is still painful. I would like to preload the page each day, is there a way to do this?
|
| Redirect Fails after running JavaScript | 27 Jan 2005 12:22 GMT | 3 |
I have the strangest issue... I've installed FCKeditor (javascript) and it works fine except once it's been run every redirect on the site fails to run. I've tried the following; <CFHEADER NAME='Refresh' VALUE='0; URL=index.cfm'> <meta http-equiv='Refresh' content='0; URL=index ...
|