| Thread | Last Post | Replies |
|
| cfchart pie chart display | 21 Aug 2005 02:28 GMT | 1 |
Is there a way to specify where the first piece of a pie chart starts/the location of the piece? Basically, I want it to start as if it were at 12:00 on a clock (or 0 on a 60 second stop watch) - does that make sense? Thanks
|
| Problems w/ cflocation!! | 20 Aug 2005 12:47 GMT | 2 |
I have a page where you can insert comments into a table based on a certain order. The problem I am having is that cflocation does not bring me back to the page where I entered the comments. The page is based on URL.recordID that is passed from another page. What is the best ...
|
| memory leek? | 20 Aug 2005 11:15 GMT | 6 |
hi, i seem to be having trouble with an application i wrote which loops over a couple of queries resulting in the JVM server hanging. it seems that the app is not freeing up memory as it goes along causing it to reach a size which exceeds the allowed limit (about 750mb). the ...
|
| Help with MYSQL create table | 20 Aug 2005 06:30 GMT | 3 |
I need to know how to write the MySql command to create a table with an auto increment filed, a title field (abt 255 caracters) and a memo field(because I need "unlimited" storage space for text) and 8, yes/no or check box fields. I develop in Access and then export to a ...
|
| Part 1 - Massimo's tmt_img.cfc "Anyone" | 19 Aug 2005 23:11 GMT | 2 |
If anyone here can help me out with this I would be forever grateful I need to change the image directory path in this CFC. Currently it works great as long as the images reside in the same folder. However, the images I need to work with are not in this folder.
|
| CFmail / SQL / Imail | 19 Aug 2005 23:03 GMT | 1 |
i am looking for the best combination of setting between coldfusion and an imail server to send about 40,000 email to our customer base. i have tried many different combinations and all seem to fail or die somewhere along the line. what happens most of the time is that the cf ...
|
| CFChart Missing Chart Image | 19 Aug 2005 23:02 GMT | 1 |
Trying to display a pie chart but the browser displays the typical missing image red X becasue the path to the chart is not valid. It is a server issue I think, but I cannot figure out how to fix it. I found the cached image within the cfmx program files directory, so I know ...
|
| Need Help/Advice for Form Calendar | 19 Aug 2005 19:45 GMT | 1 |
I need to add a graphical calendar to my CF 5 forms. Have looked at several java script ones, and several from the CF Exchange. The one I like best is EXPERT CALENDAR, cost $25. Anyone familiar with, or use this particular one? It's from this web site: http://www.kaosweaver ...
|
| whos online? | 19 Aug 2005 18:34 GMT | 5 |
ok I have a website and I want to make a whos online thing at the bottom. I use sessions on my website for people who log in. ok now how would i make a whos online application? i was thinking of somehow outputting the active sessions pertaining to that site, is that possible at ...
|
| How to draw lines dynamically | 19 Aug 2005 15:25 GMT | 1 |
I need to dynamically show the cut pattern for a piece of glass in a graphic (or something) on a CF page. What would be the best method to do this. I thought maybe dynamically producing an html table and using the border lines but this got complicated and ugly. Is there a ...
|
| list problems | 19 Aug 2005 15:14 GMT | 1 |
I have a page that is supposed to show a list of 7 days worth of events. However if there is more than one item in the list it just repeats the very last result over and over for the number of itmes on the list. ie. 5 dayes = 5 of the last day. I've exhausted all other avenues of ...
|
| random images from a directory | 19 Aug 2005 04:26 GMT | 9 |
I want to select 5 random images from a directory of images to be displayed in one row. I know how to read the images from the directory: !--- Directory to scan for images --->
|
| Creating Text Files | 19 Aug 2005 02:38 GMT | 6 |
I need to create a comma delimited text file from a query and some extra default parameters, just chucked some code together to do this. My problem is that every variable is put on a new line of the txt file. Can somebody help please? CFMX 6.1
|
| need tag for direct write to desktop | 19 Aug 2005 02:22 GMT | 2 |
Does anyone know of a method for downloading xml or text files directly to a PC without having to write the file on the server, has the user click on it and have the file display in the browser ? TIA
|
| Can you include a CFMAIL in a VBScript? | 18 Aug 2005 23:40 GMT | 2 |
I have these four buttons that call vbscripts. save, close, open, delete. I now need to create one that will generate an email including variables produced in the output query. Is it possible to include <cf> tags within a vbscript? What other solutions
|