| Thread | Last Post | Replies |
|
| Including dymanically created CFML | 14 Oct 2004 17:18 GMT | 9 |
Does anyone know a way to take CFML dynamically created from another application (say a C exe) and have it processed by a calling CFML page? I know it is tricky but would be very cool for something we are doing Thanks
|
| Export MDB file... ???!? | 14 Oct 2004 17:18 GMT | 1 |
i'd like to export a MDB files from CFM pages . i create a CFM page with a CFOUTPUT table. I've use CFCONTENT with type="application/msaccess" but don't work. Can you help me?? :-)
|
| Creating Pages with text from a form | 14 Oct 2004 13:29 GMT | 4 |
Hello all, I just had a grand idea for my site! My site has a game reviews section, and instead of taking down peoples text, copying it, pasting into a webpage, formatting the page, then linking it up I was thinking what if it was all automatic? So here is my idea, there is a ...
|
| Create new file | 14 Oct 2004 10:53 GMT | 4 |
Is it possible to create a file with coldfusion i.e a text file. I want to create a file so i can populate it with variables. I have not seen anyway of doing this? i can only find ways to manipulate a file that is currently on the server.
|
| SQL statement help | 14 Oct 2004 05:33 GMT | 1 |
Can someone please help me write this SQL statement. I would like to add up all of the hours calculated in this table. The table name is acawork and the col where the hours are at is called ACAhours. I want the SUM of all acahours. Your help would be most appreciated.
|
| accessing USB ports | 14 Oct 2004 05:31 GMT | 1 |
I am wanting to display to the user a list of mass storage devices (USB memory sticks etc) and the relevant mapped drive letter of the device they have got plugged into their computer. Is this possible through ColdFusion?
|
| Parsing Strings | 14 Oct 2004 04:07 GMT | 1 |
Does anyone know a simple way to extract substrings in a string? Basically, I've got a form field called keywords and then a drop down with the options "Match All Words" and "Match Any Words". I want the user to be able to enter a few keywords in the textbox, and then when it ...
|
| Calling CGI script and sending data to it. | 14 Oct 2004 00:28 GMT | 7 |
I need to call (invoke or execute, or else) a CGI script on the root of the server (not the root of the domain) and send to it several data in a special order: ScriptCGIFileName path_to_anotherfile path_to_secondFile
|
| Registry | 13 Oct 2004 23:11 GMT | 1 |
I want to store the entered two form text fields into registry so that the same user opens that page again. These two value show up on those fields without entering again. I dont want to use cookies.
|
| form submit options | 13 Oct 2004 22:27 GMT | 3 |
I'm sorry if this has been answered recently. I know I saw it somewhere but now I can't find it. If I have a form and want to have 2 buttons that do different things with the form information, how do I set up the form action or the button information to pass a variable to the ...
|
| Can I use CFML to save image from web? | 13 Oct 2004 22:15 GMT | 4 |
Can I use Coldfusion to save an image from a site? for example, I want to run a CFML from local to save http://www.macromedia.com/images/master/logo_macromedia.gif to local drive. I tried with cfhttp, but doesn't work.
|
| credit card display format | 13 Oct 2004 21:17 GMT | 2 |
Hello - I want to replace all the digits in a credit card number except for the last four with an asterisk. I'm able to return the last 4 digits using #right(CARDNUM, 4)# but cannot figure out how to replace the others as I stated. I thought of trying the replace function but of ...
|
| Dynamic List/Menu output | 13 Oct 2004 19:08 GMT | 2 |
I have created a List/Menu that is populated by information being queried from a database table. The choices would be Pay Option 1, Pay Option 2, and Pay Option 3. The table name is PayOptions. The fields in the table are payoption_ID, payoption_Name, payoption_Rate. Each
|
| CFMAIL issue with emailing columns | 13 Oct 2004 18:38 GMT | 1 |
I am trying to email some information that has dynamic rows/colums. Outputing the info in the browser works but I get an error when encapsulating it cfmail. Error is CFMLInterpreterImp::executePCode,
|
| CFFILE Upload problem | 13 Oct 2004 16:10 GMT | 4 |
I try to use the CFFILE Upload command and I always get an error: The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code. Null Pointers are another name for undefined values.
|