| Thread | Last Post | Replies |
|
| image in cfdocument | 07 Feb 2008 15:42 GMT | 2 |
I have this issue http://kb.adobe.com/selfservice/viewContent.do?externalId=be09bdc&sliceId=2 We are using CF 7,0,2,142559 and none of the points are an issue for us. Any other idea?
|
| vertical text ish, prob with charting | 07 Feb 2008 14:33 GMT | 3 |
Hello All, Firstly you might tell me to bugger off since im using Bluedragon and not CF (CF 7 would get rid of my problem) so any how im trying to create a work around. OK here goes: I have a CFCHART (all works great) The parameter in <CFCHARTDATA item='data label here'> ...
|
| Automating Pages | 07 Feb 2008 13:54 GMT | 2 |
Hello, And thanks in advance. What we have is a web page that is not available to the public. However, when we view this page internally, it does a query and spews emails depending on the query results. Just wondering if there is a way to have this page 'viewed' ...
|
| Insert image/graphic file into PDF | 07 Feb 2008 00:43 GMT | 2 |
In either CF 7 or CF 8, is there a way to dynamically place an image/graphic file into an existing PDF. Scenario is: 1. We have a PDF that's already built 2. It has form fields 3. We use a CF tag to place an image/graphic file into one of the form fields I don't see how to ...
|
| Help with CFSwitch? | 06 Feb 2008 22:30 GMT | 2 |
I have a query that I can dynamically sort based upon which column of data you select. However, I'd like to take the sorting one step further so if you click a column a second or third time, it switches between ascending and descending for the sort order. I can't find a good ...
|
| cfhttp - Need column names | 06 Feb 2008 20:09 GMT | 1 |
Hi, I'm pulling a .csv file using cfhttp. Getting the file is no problem. Is there an easy way to get to the names of the columns? Below is the cfdump: I'm trying to get to BRAND, PROD_DESCRIPTION, and UPC quickly. (I can use a loop and extract, just looking for something ...
|
| How to repeat a column header every 10 or 20 rows? | 06 Feb 2008 19:34 GMT | 7 |
Does anyone know how to display a row which includes column header information every 10 or 20 rows in a table? This is in a basic .cfm page.
|
| Background Processes | 06 Feb 2008 18:33 GMT | 4 |
I have a form that requires a user to input about 40 datapoints. Once they submit the form, the 40 datapoints are inserted into our database, calculations are run on the data, and more data is inserted in the database. When all the data is in, an email is sent to the user and ...
|
| email list separated into emails and names | 06 Feb 2008 01:32 GMT | 1 |
<cfset list = 'first1 last1 <email1@test.com>','first2 last2 <email2@test.com>','first3 last3 <email3@test.com' > I want to right some coldfusion code that returns two lists from the single list above. One like this: 'first1 last1','first2 last2','first3 last3' The other like ...
|
| Processing uploaded files | 05 Feb 2008 23:47 GMT | 8 |
I need to upload photos to a site, I want to make sure that they are only JPG files uploaded, plus restrict the size. Is there anyway to check the filesize and type before uploading? Or can somebody upload a 20meg EXE file that would hog our bandwidth?
|
| cform type="flash" and javascript?!?! | 05 Feb 2008 23:37 GMT | 7 |
In a cfform type='flash', can I used javascript within? For example, if I used <cfinput name='button' type='submit' value='I validate this information is correct and wish to submit for distribution' onSubmit='javascriptscriptcall()' />
|
| ZipCode validation based on locale | 05 Feb 2008 18:56 GMT | 1 |
Hello All. I'm currently developing an application and i kind of ran into some problems that i'm trying to find a possible solution. This app will be used for many users spread out into Europe, Asia and Americas and one requirement is to validate a given zipcode based on the ...
|
| If ColdFusion is running on a cluster, you must specify clientStorage = "cookie" | 05 Feb 2008 18:23 GMT | 1 |
http://livedocs.adobe.com/coldfusion/7/htmldocs/00000217.htm#1097308 What is best setting for cf running on a cluster?. I like to use client cookie. <cfapplication name = 'application_name' loginStorage = 'cookie' or 'session' clientManagement = 'yes' or 'no' ...
|
| TimeZone Issue | 05 Feb 2008 16:57 GMT | 2 |
hi wonder if someone could help me i have a timezone converter which i cant get to convert right, if you submit the for on the link below you will see what the date time should be. https://www.thesmsengine.com/testfiles/TimeTest.cfm <cfset hours = left(form.SMS_Time,2)>
|
| managing data sources | 05 Feb 2008 16:08 GMT | 4 |
can a data source be created/modified from a CFML template? If so, how?
|