| Thread | Last Post | Replies |
|
| cfencode no like cfinclude? | 18 Oct 2004 01:05 GMT | 3 |
I realize that cfencode.exe isn't perfect (easily decrypted, etc), but I still need to use it. I have a full application I would like to encrypt. However, the application frequently uses cfinclude to pull in some other .cfm files. Those files should be encrypted like the rest, ...
|
| Arrays | 18 Oct 2004 01:04 GMT | 4 |
Does anyone know where there are some good examples of nesting CF Arrays? I'm relatively new to using arrays. This array has two nested arrays. Here is the array I'm setting up: <cfset Session.cart = arrayNew(2)>
|
| two XML questions | 18 Oct 2004 01:02 GMT | 7 |
Alright. I've looked everywhere and can't seem to find the answer to my problem. The problem: I want to find the position of employee element with id 12 in my XMLdoc so i can delete it. Employee 12 will not always be in pos[2]. The XML would be similiar to the following...
|
| bcc field | 18 Oct 2004 00:58 GMT | 3 |
Is there a way to just populate the "bcc" field of a CFMAIL email without having the "to" field populated? I can't find a way to do this and I always get an error if I leave the "to" field blank. Thanks,
|
| cfqueryparam issue, wtf? | 18 Oct 2004 00:58 GMT | 4 |
Something's messed up with cfquerparam when used within the order by SQL statement. It was like it was ignoring the order by entirely. <cfif isdefined("arguments.sortby") and arguments.sortby neq "">
|
| cflocation and CF directory mappings | 18 Oct 2004 00:57 GMT | 3 |
I use CF Administrator's directory mapping feature. Can anyone tell me why the first line of code works, but the second gives me an "HTTP 404 not found" error? <cfinclude template="#application.GlobalPrfs#prfs_system_error.cfm"> (This works fine.)
|
| syntactically valid variable error | 18 Oct 2004 00:54 GMT | 4 |
I am getting the error: Parameter 1 of function IsDefined, which is now "FORM.For Sale" must be a syntactically valid variable name The error is referring to the following code:
|
| Setting html code to a variable | 17 Oct 2004 05:00 GMT | 2 |
Hey all, yet another question from kenji. I know im probobly starting to annoy you all by now ;) I was just wondering how could I set a cfml variable to html code. I basically want it to be like this, but I just don't know how to make it not have errors.
|
| Array Being Set Before Form Is Processed | 17 Oct 2004 04:38 GMT | 2 |
<CFPARAM NAME="Form.Process" DEFAULT="FALSE"> <!--- Process Form and Set Errors If No errors occur process form and move to location ---> <CFIF Form.Process>
|
| Is there any free WYSWYG html editor out there | 17 Oct 2004 04:07 GMT | 2 |
Hello everyone .. I'm looking a simply and free WYSWYG content editor for our site .. I have seem tons of them before, but I can't seem to find one any more .. I'm looking for something simular to what Macromedia's forum uses for posting
|
| file locking | 17 Oct 2004 04:02 GMT | 1 |
I am using <cfinclude template="xyz.txt"> on a high bandwidth site. xyz is a different document depending upon the page the user is on. It seems to get confused sometimes and bring back the wrong .txt file. (possibly one another user is loading??)
|
| Javascript Output and Coldfusion | 15 Oct 2004 23:23 GMT | 4 |
I can't seem to get the page to display the output from my js file, can someone shed some light? THIS IS THE ACTUAL PAGE: <cfoutput>
|
| cffile - adding photos in a gallery | 15 Oct 2004 22:02 GMT | 1 |
I've been trying to allow a user upload a file to a photogallery. Everything is uploading okay, but I have to rename the image once it's uploaded, and after I rename it, the original file still exists. I figured I could delete the file after it duplicated, but I can't get the ...
|
| How to invoke a CF MX page from a DOS script? | 15 Oct 2004 21:33 GMT | 2 |
I'm trying to prepare our site to migrate from CF 5 to CF MX, and I seem to be stuck on what I hope is a simple conversion. We have a script file that synchronizes our Verity catalogs with the web server when the vspider.exe job completes.
|
| counting instances in a column | 15 Oct 2004 21:02 GMT | 5 |
Hi , I am doing a small survey and the customer wants a break down of the number of times a particular answer was chosen for a question. eash question has the possibilites of 5 different answers. What the custome wants to see is;
|