| Thread | Last Post | Replies |
|
| In cfchart tip text is colored blue when applying xml style file! | 03 May 2006 09:09 GMT | 3 |
Foregroundcolor is set to black also, but it just colored chart text - not tips, which remained blue. And there seems to be no way to change this and make tip text black...
|
| CFLOOP and OPTION selected | 03 May 2006 04:22 GMT | 1 |
Hi, can anyone help. Here is the basic idea, working on a shop which displays 9 tshirts, 3x3. Want the admin of the shop to be able to select which 9 shirts will be shown to the user.
|
| CFC troubles | 03 May 2006 01:02 GMT | 3 |
In the code below I get a "viewall undefined" error. before sending it to the cfc ,if it is not defined, I set it, so it should always have a value. Am I using the cfinvokeargument wrong? Do I have to put all variables into an array? I have other cfc's that work when only ...
|
| CFFORM Conditional Action | 02 May 2006 22:46 GMT | 1 |
I am wondering if you can nest a cfif inside the action attribute of the cfform tag. I would like to specify two different form actions depending on the existance of a record in a record set. Something like this: <cfform id="form1" name="form1" method="post" action=
|
| Encrypt Password Problem | 02 May 2006 21:46 GMT | 4 |
I am encrypting a password in my application. The problem I am having is that one of my encrypted passwords starts with a single quote. This is blowing up my SQL queries. Is there a way to force CF to only use alpha or numeric characters?
|
| faster alternative to cfcontent for large file downloads? | 02 May 2006 20:32 GMT | 1 |
I am using cfcontent to securely download files so the user can not see the path the file is stored in. With small files this is fine, but with large 100mb+ files, it is much, much slower than a straight html anchor tag. Does anyone have a fast alternative to using ...
|
| Cookie Question | 02 May 2006 20:13 GMT | 1 |
What am I doing wrong?? Variable1 is not defined, but variable2 is defined. When checking my cookies folder, both are listed in the same txt file. <script>
|
| session err--idle time | 02 May 2006 17:33 GMT | 1 |
I have define session in application.cfm file as 5 sec..Then after 5 sec idle time...I got this err: --------- The required parameter SESSION.LOGGEDIN was not provided.
|
| minus | 02 May 2006 16:32 GMT | 1 |
i want to minus 7:56 - 7:30 = 26 but i am not getting this result. how can i do that.
|
| Form to Email | 02 May 2006 13:43 GMT | 1 |
hi .. i've been using a simple perl/cgi script (formmail.cgi) to process my forms as my hosting company doesnt allow the use of cfmail. i've since upgraded my hosting package to so that i have access to cffmail and other tags such as
|
| Re: Traverse A Nested Struct | 02 May 2006 11:27 GMT | 6 |
> last struct in a nested struct Strictly speakly, that doesn't exist. By default, Coldfusion does not sort the keys of a structure. The following code gives a sorted list of keys, some of which are themselves structures.
|
| CF Mortgage Calculator? | 01 May 2006 22:29 GMT | 1 |
Can anyone point me in the direction of a pre-written CF Mortgage / Payment Calculator? I have a loan company with some specific, simple requests for custom calculators on their site, but most of what I find is either php or javascript - I wuld like something in CF that I can ...
|
| Altering Displayed Data | 01 May 2006 21:44 GMT | 1 |
I have a query that returns the following data: Meta_subject | Releaseid | Title 1000 381 Blah 2275 381 Blah
|
| Verity Issue - Clustered Servers | 01 May 2006 19:24 GMT | 1 |
To summarize: We have an interesting issue that I am attempting to create a work around for. Our website exists in a clustered enviorment (3 servers), a development server, and a file server (mostly PDF's Word docs, PPT's etc...). Each server
|
| Verity <cfsearch> returns "collection does not exist" error - when collection does exist | 01 May 2006 17:39 GMT | 2 |
I have created a collection using the Coldfusion Administrator - and it shows up fine when displaying all the collections. I also populated the collection using the <cfindex> function - using a SQL query - and that appeared to work fine. It put 117 entries into the collection - ...
|