| Thread | Last Post | Replies |
|
| cfdocument chopping off text | 26 Mar 2008 16:22 GMT | 1 |
I'm using CF 8 with Cumulative HotFix 3 installed. Text line is being chopped off. Half of the text is at the bottom of one page, the rest on the top of next. See at http://www.larimer.org/temp/brochure.pdf , bottom of page 2.Creating code at http://www.larimer.org/temp/brochure ...
|
| CFWINDOW problem | 26 Mar 2008 03:47 GMT | 14 |
Cant't figure out why cfinput type="datefield" in 2 cfwindows created from main page bahaves differently depending on ORDER in which they created. Calendar icon became inactive in the second window if the first one was called and then closed. (The input field is still active for ...
|
| cfchart inside a cfdiv bind | 25 Mar 2008 21:58 GMT | 2 |
Coldfusion 8, IE 6.0. This is only happening in IE, not in Firefox. I had to add this code to get the cfdiv call to work at all: <script type="text/javascript" charset='utf-8' src='/CFIDE/scripts/CF_RunActiveContent.js'></script>
|
| Delay execution of CFML | 25 Mar 2008 21:40 GMT | 5 |
I manage a site that "pre-generates" pages, so that the execution time is quicker and the demands on the server are reduced when users come to the site. The problem is this. I have a template that contains CFML that looks to see the browser that the user is using. When the pages ...
|
| Images and text in a pdf | 25 Mar 2008 19:58 GMT | 7 |
I have a problem I have not been able to solve. I have a client that needs to dynamically generate a page based on a query that will include up to 4 records with images. That part works just fine. The problem is with the pdf that needs to be generated in the next step. the ...
|
| multiple bind parameters in <cfselect> | 25 Mar 2008 19:11 GMT | 2 |
i'm trying to populate <cfselect> values using bind which takes more than one parameter. code: <cfselect name="selectCode"
|
| Re: performance cfif vs cfswitch | 25 Mar 2008 17:24 GMT | 1 |
Here is an interesting post. http://webapper.net/index.cfm?fuseaction=Fuseblog.ShowComments&ArticleID=2006072 7042244 The summary: "Moral of the story--only use numeric expressions for cfswitch!
|
| Advice Needed | 25 Mar 2008 06:35 GMT | 4 |
Hello, I am working on a dynamic form. Before I get too much into the code, I wanted some advice from some advanced CF developers. The form is going to work like... [bullet]You select a question, let's say answering 'yes'[/bullet]
|
| Cfmail using google aps servers | 25 Mar 2008 06:21 GMT | 9 |
Hi I am just trying to get cfmail to send emails from my site using an account i have set up with google aps but i just won't work. Any suggestions would be greatly appreciated, he is my code <cfmail
|
| CF file upload problems | 24 Mar 2008 22:36 GMT | 5 |
Hello, hopefully someone out here will have an answer to this. I am having a problem getting two images to upload to the server. The first image always uploads, but the second one does not. The entry gets put in the database for both image paths, but I can not figure out why the ...
|
| Base64 to string | 24 Mar 2008 19:22 GMT | 9 |
I have a text that has been converted using ToBase64 and I am trying to convert it back to string. I am trying to use BinaryDecode with Base64 encoding to convert it but it keeps telling me that text must be valid binary object?
|
| Report Builder - detail shows twice CFMX7.0.2 | 24 Mar 2008 19:11 GMT | 1 |
I've encountered an odd issue with the Report Builder. Every time I create a report with a subreport inserted into the main report my detail gets generated twice on the report. I've even verified that the queries run twice on the SQL Server watching it in profiler. I'm not sure ...
|
| CF and PHP together?! | 24 Mar 2008 17:31 GMT | 4 |
I am putting together an image gallery that randomly loads a series of images from subdirectories within a root directory. to make a short story long, i've been able to find and modify a php script to do exactly what i'm looking for...however, my site is a coldfusion-based site. ...
|
| How to use cfdocument create a PDF file and save the file in server? | 24 Mar 2008 11:16 GMT | 2 |
I want to use cfdocument to create a PDF file and save it in the server for other people to download,can you give me a idea how to do this.Thanks. <cfdocument format = "PDF" pagetype="A4" orientation="portrait"> ......
|
| Recognizing target page | 23 Mar 2008 07:42 GMT | 15 |
I rec'd one side of some code so I can't see how this is done. It is an affiliate link that uses target="aff_ID" in the link. My question is how does the other end tell what is in the target parameter? It isn't in the cgi variables.
|