| Thread | Last Post | Replies |
|
| schedule task | 09 Apr 2007 13:42 GMT | 7 |
hi i have a page of code which includes a form, this page works fine when entered into the address bar, but not as a scheduled task, can schedule task process forms? <cfif isdefined ("form.ClubID")>
|
| Flashpaper problem with CF 7.0.2 Standard and IE 6 | 08 Apr 2007 19:09 GMT | 2 |
Hi Im trying to output content in Flashpaper. The code works on the developer version of CF 7 through IE 6, but when I move it to the production server running CF 7.0.2 standard it fails to show up in Internet Explorer 6. It works
|
| dateadd function | 08 Apr 2007 06:44 GMT | 3 |
Hi i am using date add function, looping through form values, but i have one problem, the orginal date in the loop ie if i select date 10/12/2007 and
|
| upload to another windows server via CF | 07 Apr 2007 19:35 GMT | 3 |
basically, what i am trying to accomplish, is getting files to a server that is not public from a web server that is public via cffile. i would be happy to upload the files to the public server and have them copy to the private server except that i have top make sure the names ...
|
| cffile delete | 07 Apr 2007 14:35 GMT | 2 |
hi i have a cfile deletewhich works on a schedule task, when there is no file there i get an error, is there a way of using cfif to determine if the file is present ? ie if file is present, run delete code
|
| mime type | 07 Apr 2007 09:15 GMT | 1 |
hi i have a file upload using cffile, is there a way of diplaying the mime type on the action page i am sure i have done this before but cant remember how? the file is a csv, but i have a user that can not upload the csv, so i want to
|
| cf file | 07 Apr 2007 06:03 GMT | 5 |
hi just a small issue i have, i am using cffile to upload a csv file, the csv file has a id column which i use to add a id for each row ie <input type="hidden" name="ID_#getHTTP.CurrentRow#" value="#getHTTP.ID#">
|
| cfpop attachment | 07 Apr 2007 02:31 GMT | 4 |
Hi is it possible to have cfpop automatically save attachments (which will be csv files) to a server folder, and then rename the filename? if so how would i go about this?
|
| Dynamic List/Menu Customization | 07 Apr 2007 02:03 GMT | 4 |
I?ve been racking my brain on how to customize a normal list/menu item. I have a dynamic menu that pulls all 50 US states from my database. So initially the menu is set at [select a state] when you click the menu list drops down and you can choose your state.
|
| https | 07 Apr 2007 00:47 GMT | 2 |
hi i have a users login if i move the pages after the login page to the https folder, are they automically secure ? Also this is not a shopping cart, but i do need a high level of security, would i need a digital certificate just for a login?
|
| passing variables from pg.A to pg.B then pgC | 06 Apr 2007 21:19 GMT | 4 |
I am new to coldfusion but have coding background. So I have a Criteria.cfm page, you can search the db by certain criteria(dd lists) and can also have the results sorted(radio buttons) by certain criteria. This info is then sent to Report.cfm page and displayed on the screen , ...
|
| Verity Unable to retrieve collections from the Search Service. | 06 Apr 2007 15:29 GMT | 1 |
Hi Guys, when I go to the ColdFusion MX7 admin page I get this error message. Unable to retrieve collections from the Search Service. Please verify that the ColdFusion MX Search Server is installed and running.
|
| CFML to powerpoint | 06 Apr 2007 15:18 GMT | 4 |
I've been creating reports and graphs using cfchart tag. I was wondering if there was a way to put those graphs on a powerpoint slide. I've been exporting to PDF and flashpaper but not to PowerPoint. Any ideas on if this could be done?
|
| CFC File Upload Error in Fusebox 4 | 05 Apr 2007 18:39 GMT | 2 |
I have written a CFC which uploads (or is meant to upload) a file to the server using CFFILE. However, I am getting the following error message when attempting to upload the file: "The form field
|
| Javascript and SESSION variable | 05 Apr 2007 16:39 GMT | 2 |
Everyone, Here is my question. I am putting together an application and I am using a Javascript date picker. What I would like to do is when the form gets submitted back to itself I would like to set a SESSION variable to the date
|