| Thread | Last Post | Replies |
|
| 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?
|
| Advanced Radio Buttons | 05 Feb 2008 15:59 GMT | 2 |
My goal is to use a set of radio buttons in a survey to either complete the survey, or move on to the next page depending on the answer. 'Yes' will send the user to another .cfm page when selected. 'No' will send the user to an .html page and submit the survey. Using one ...
|
| Submitting a form in CFDIV Failing | 05 Feb 2008 15:26 GMT | 8 |
Does anyone know if there is an issue where you place a cfdiv in a cfform with with another cfform in the cfdiv that would not allow the form to submit in the cfdiv. For Example: <cfform>
|
| How do I save and restore Session? | 05 Feb 2008 13:51 GMT | 7 |
Is it possible to have a user leave the site for a period of time, say 2 or 3 days, and when they come back, restore their last session and all the session variables? I have an idea of building a database and writing them all to the db on each page load with the last visited ...
|