| Thread | Last Post | Replies |
|
| Dynamic Spreadsheet | 04 Mar 2008 09:40 GMT | 3 |
I'm trying to create a spreadsheet for an organic farm, and I'm having trouble creating the output in the format they need. There is a list of people ordering directly from the farm, and a list of the different produce items offered which changes often. So what I'm trying to do is ...
|
| stop a coldfusion request | 03 Mar 2008 21:19 GMT | 2 |
This is what I'm looking for.. example: 2 users log in.. both pull reports... User 2 pulls the report and waits, but user 1 gets impatient and closes the browser halfway through the request being completed. I'm guessing I will have to use sessions here, but how do I kill or
|
| Coldfusion emails | 03 Mar 2008 20:02 GMT | 10 |
Hi all... I am looking for a better technique for sending emails via CF. What I've done so far is used <cfmail to generate emails. I used <cfloop to send email to all email addresses in the db since email content differ from user to user. Let me
|
| Justify text into a PDF | 03 Mar 2008 20:00 GMT | 5 |
I am coding a system to create contracts in PDF format. I need the text justifty, but does not works. I just can align right ou left.... Some one knows how to align "justify" a text into a PDF file using CFDOCUMENT ?
|
| cfinvokeargument and trying to pass dates to a cfc/query | 03 Mar 2008 18:31 GMT | 7 |
I have a situation where passing a date along to a cfc method (which runs a basic SQL select query) fails. if i hardcode the datevalue into the cfc file or hardcode the select statement into the page with the , it works. so something in the passing of the argument is wrong but i ...
|
| How much memory should be allocated to the JVM? | 02 Mar 2008 00:22 GMT | 3 |
On our server we've seen errors related to Java heap space on a number of occasions: "Error","jrpp-63","02/26/08","04:00:15","FTLAdminApp","Java heap space "Error","jrpp-663","02/21/08","20:38:01","FTLAdminApp","Java heap space "Error","jrpp-323","02/20/08","16:02:29" ...
|
| RSS file not validating using CFML and MySQL to build it | 01 Mar 2008 13:02 GMT | 1 |
Is this due to whitespace above the <xml> doctype? I Have the firefox developer toolbar and am used to vlidating my xhtml 1.0 pages. i tried validating this xml file and it fails, saying no doctype found. but there is one! It is not on line one but there is nothing but whitespace ...
|