| Thread | Last Post | Replies |
|
| WDDX and mySQL | 22 Jun 2005 12:36 GMT | 1 |
I trying to store a wddx packet (converted from a CF array) in a mySQL database. When I retrieve itt and convert back to CFML, I'm getting the following error -- "WDDX packet parse error at line 2, column 66. An invalid XML character (Unicode: 0x8) was found in the element ...
|
| Multiple Application.cfc's? | 22 Jun 2005 02:30 GMT | 2 |
Is it possible to use multiple application.cfc's in a single application (portal web sites). i know in previous versions all I had to do was include the application.cfm file from the directory above and all was well. If i put an application.cfc file in a sub directory of the ...
|
| SESSION problems | 21 Jun 2005 19:58 GMT | 1 |
I work for a company that has an coldfusion intranet site and would like to pass variables to our internet site located externally on a separate server. What I'd like to do is pass encrypted username and password variables via the URL, then decrypt them and use them to log a user ...
|
| cftree + cfgrid | 21 Jun 2005 18:06 GMT | 1 |
Hi all, I have a cftree and a cfgrid on the same page. The cftree is populated from a cfquery. When a user selects a item in the cftree i would like the details about the selected item to be displayed in the right columns in the cfgrid. Does anyone know if this is possible in ...
|
| dynamic form field update | 21 Jun 2005 16:58 GMT | 1 |
i have a form with 3 radio button options and a textfield for an amount. rather than have the customer select an option and key in the known amount for this option, how do i automatically prepopulate the amount as soon as a customer clicks one of the radio button options?
|
| Application.cfm or Application.cfc | 21 Jun 2005 16:44 GMT | 4 |
I am trying to get more information on the differences between using an Application.cfm or an Application.cfc file. I think that the main difference is that the .cfm is a tag based where .cfc is script based? I have no idea if that is correct....just what i think i have picked ...
|
| Any way to get the name of the function you're currently in? | 21 Jun 2005 16:38 GMT | 2 |
Let's say I'm making a CFC with several <cffunctions> inside. Is there any way, from inside of the function, to retrieve the name of the function I'm currently executing? What I've got is a CFC that will always include a CFM file that's the same
|
| cfindex and mapped directory | 21 Jun 2005 14:13 GMT | 2 |
I been try to index a folder within a mapped directory but it seem not to be working I am not getting any errors and my access to the directory is fine but it does not index
|
| Applciation.cfm for WWWRoot folder only | 21 Jun 2005 12:13 GMT | 2 |
is it possible for Application.cfm to work in WWWroot folder only. ive tried putting an application.cfm to my wwwroot folder to limit the directory browsing of my web server directory by putting a user login. but application.cfm seems not working or probably im missing something
|
| Mappings | 21 Jun 2005 11:31 GMT | 1 |
I've setup a mapping and I get this error everytime I try to use it "The filename, directory name, or volume label syntax is incorrect null " The path exists on the server, everything is spelt right etc etc - can't figure it out at all.
|
| CFFile Upload in a Hosted Environment | 21 Jun 2005 09:00 GMT | 1 |
I am in a hosted environment and am using the following code: <cftry> <cffile action="Upload"
|
| Problem evaluating text from within a cfmail tag using the query parameter | 21 Jun 2005 05:49 GMT | 1 |
Hi I'm trying to decrypt a string using text returned from a query and wondered if anyone knows what I need to do... I've tried adding <pre> tags and using the #Evaluate# function but I don't
|
| 404 error and cgi variables | 21 Jun 2005 05:10 GMT | 7 |
We have a custom 404 error page that our provider has set the link to through the IIS. We have set the page email us using cfmail when the page is hit. In the email we are using cgi variables to get the informaton needed.
|
| Problem: Uploading a file! | 21 Jun 2005 04:46 GMT | 3 |
HI CF Users! I have a problem with cf and uploading a file! I have the following code: <cfform name="frmUpload" method="post" enctype="multipart/form-data">
|
| advanced flash form | 20 Jun 2005 23:05 GMT | 1 |
I posted this in the rich form as well i hope that is ok. Ok I am almost there. I have built a flash form for gift certificate purchasing here https://www.signatureroom.com/gift2.cfm it works pretty good but now down to the nitty gritty details. I hope there are some ...
|