| Thread | Last Post | Replies |
|
| Displaying Values in CFChart Graph | 11 Apr 2005 00:18 GMT | 5 |
We are generating a graph with CFChart in a bar format. Is it possible to display the numeric value from the ValueColumn attribute on the actual bar itself? One of the end-users would like that in addition to the values being displayed on the X gridline. I haven't been able to ...
|
| Breaks in HTML code | 10 Apr 2005 22:12 GMT | 1 |
after generation of page content are large breaks in HTML source code. Especially before DOCTYPE, there is the problem most large. See http://www.easycfm.com site I saw there are no breaks, so I want to ask if it can be somehow affected in order that the final code isn't with ...
|
| Limiting Browse Directory in Upload | 10 Apr 2005 09:30 GMT | 4 |
I have a major problem with file upload, i need to restrict the directory from which a user who clicks the browse button (using input tag file type) can pick a file. User should be taken straight to the directory on a net work to pick the file, he should not be able to browse ...
|
| CFHTTP / HTTPS | 10 Apr 2005 06:32 GMT | 3 |
I wanted to use CFHTTP to retrieve content from a page on another server. The only thing is, I should be calling the other page by https:// If I use CFHTTP with port 443, is that the equivalent of calling the other page by https://?
|
| Blogging via email | 09 Apr 2005 23:16 GMT | 4 |
How do we make CF do what blogger.com does in putting up new blog listings simply by posting an email to a particular adddress? Is there a way to have CF look for a new email every x minutes or so and then act upon it?
|
| Using CFFILE on compiled CFM files | 09 Apr 2005 21:56 GMT | 2 |
I have a CFM template that renames another CFM template using CFFILE. This works fine until I compile the templates using the cfcompile tool. Anyone seen this issue or know of a workaround? Thanks, Sam
|
| problem with struct containing query | 09 Apr 2005 01:25 GMT | 4 |
Hello all- I've been having a re-occurring issue involving queries stored within structures. I have a struct in which one of it's key's is a query. When I try to loop the query using cfoutput an error occurs. Is this some sort of bug, or am I just going crazy ? TIA, Aaron
|
| looping over a list problem | 08 Apr 2005 23:53 GMT | 4 |
I am having a problem looping over a list with some elements that are empty. Here is a sample of the list: address_street=8349+White+Dr custom= address_state=FL address_city=Burnsville address_id= first_name=Evan last_name=Whats As you can see some of the items do not = any ...
|
| CFMX7 & Castell Faxpress | 08 Apr 2005 20:15 GMT | 2 |
Has anybody had any luck with either Dreamweaver MX '04, CFMX 6.1, or CFMX 7 and Castelle Faxpress web services? Here's my environment: Faxpress Premier server (appliance with fax services and admin/queue managment through webservices) Two 2k3 servers, one running CFMX6.1, ...
|
| Antoher try: break apart form values in the Action file | 08 Apr 2005 20:15 GMT | 5 |
Still trying here. I have a form that passes multiple NAMEs from a CFSELECT TYPE='TEXT'. I use this to pass them: <cfselect type='text' name='theDate_#i#' value='#adate#'> ('i' is a counter) A query loop makes multiple lines. So, the values (form.value) I get in the Action file ...
|
| Copy file from one server to another | 08 Apr 2005 19:47 GMT | 1 |
Hello, I'm trying to copy a file from another server to our CF server. I've tried using CFFILE to do this with no success. I keep getting this error message. Error: Access is denied. (error 5). I've tried referencing both the UNC name and the IP of the other server with no ...
|
| CF & Novell eDirectory Busting my... | 08 Apr 2005 19:46 GMT | 1 |
Ok, so Novell provides eDirectory as a slick way to access its LDAP via ODBC. I set it up and register a DB with my CF administrator. All it set up correctly (resources, drivers, rights, etc...)...I try a query and bam!
|
| Query-based Verity collections | 08 Apr 2005 19:41 GMT | 5 |
I am looking into using Verity to search my database rather than using on-demand querying (written and working). I have several questions regarding the management of Verity query-based collections: 1. Since this is an active database and has 50+ tables and well over 100K rows, ...
|
| CFMX7 Templates compilation | 08 Apr 2005 19:36 GMT | 1 |
Hello to the community. I need to know if someone has already compiled the CFM templates into a JAR file and delpoyed, to exchange knowledge, impressions and possible problems. Also I tried to find this topic into the documentation but I couldn't find it
|
| Export to Powerpoint | 08 Apr 2005 18:23 GMT | 3 |
hi all, I'm trying to export data from browser to powerpoint using ColdFusion. I'm able to export all in one slide, Does any one knows a way where I can set number of slides(in ColdFusion) I want to dispaly the data in. Thanx in advance Sanjay
|