| Thread | Last Post | Replies |
|
| Ecommerse | 25 Aug 2005 13:20 GMT | 5 |
I need to know some basics for setting up a CC transaction page in coldfusion. I know that I need a gateway and all that stuff, but specifically I need to know if it can be done w/o a shopping cart. My hosting company offers a package that contains everythng that I would need, ...
|
| Using CFHTTP inside CFLOOP | 25 Aug 2005 12:14 GMT | 1 |
I am querying an XML document that contains image names. I am entering the information into a MySQL database and then using CFHTTP to copy the image to a local directory. I am dumping the image name to the screen in the loop and it changes
|
| CF and Javascript Gurus, Please help me (: | 25 Aug 2005 11:32 GMT | 15 |
I got a dropdown list with CFSELECT . My question is, how we can use the onChange() event and capture the VALUE of the dropdown list in the javascript. Please find the code below :- <script type="text/javascript" language="JavaScript">
|
| Setting cookie expiration to expire when browser closes by using expires attribute... | 25 Aug 2005 08:25 GMT | 1 |
How can I set the cookie to expire when the browser closes when using the expires attribute? I do not want to do this without an expires attribute. The reason for this is because I am using cfscript throughout most of my application, and I made a cfcookie function. I do not want ...
|
| cfdocument issue | 25 Aug 2005 03:02 GMT | 5 |
I have spent much time on this and now ask for your help. All I get is the address. And a line above the address. I have validated both the css and the html. The page works fine without wrapping it in cfdocument. I have tried using
|
| force loop list to not skip empty fields | 24 Aug 2005 20:58 GMT | 3 |
given this list: mylist = "a,b,c,,e,f,g" how do i force a cfloop to NOT ignore the empty field (where 'd' would be), such that listLen(myList) = 7? thanks
|
| more data as just the return value | 24 Aug 2005 20:05 GMT | 6 |
Why a return value brings more data back than expected? I have two files: 1) cfinvoke method xy returnvalue z cfoutput z
|
| Pagination with cfoutput group | 24 Aug 2005 17:19 GMT | 1 |
Anyone have any tips for achieving pagination when using cfoutput with the group functionality? You cannot use maxrows so I am a little stuck? Cheers.
|
| Invokeing Componants in a different Directory | 24 Aug 2005 16:33 GMT | 1 |
Im a little new to CFC so maybe this is a stupid question but how do you invoke a CFC thats not in the directory the callling page is in. For instance I have a CFC, some functions are Web services some are not. its stored in http://mysite/WebServices/MyCFC.cfc
|
| Calling Java API's | 24 Aug 2005 16:02 GMT | 3 |
Need some help immediately on calling a set of Java API's!!! Can someone please up me convert this into CF?!?!?! This is what the Java Code looks like to use the functionality I need to replicate in CF
|
| Wrong records | 24 Aug 2005 15:50 GMT | 2 |
Hello, sometimes CFServer make an ouput with 5 or 3 records when my query had (10) records in the debugger. Sometimes the output is correct, sometimes not. Does anyone had this problem ?
|
| Extract from custom post request header | 24 Aug 2005 14:47 GMT | 1 |
I have a situation where I need to accept and evaluate information submit to a cfm where the information is POSTed to the cfm from an application that does not use html forms. The information is not passed by named parameters. I have been able to use a java servlet to extract ...
|
| Getting image resolution before uploading | 24 Aug 2005 07:05 GMT | 4 |
I need to upload images that are not more than 200x200 pixels to a certain folder. Any solution?? Regards
|
| Dynamic queries with Oracle 9i: Limitations? | 23 Aug 2005 23:34 GMT | 3 |
I've been programming Coldfusion for quite some time now and I've had much success with dynamic queries in the past however I'm running into issues using more advanced sql statements. I'm pretty sure that my SQL is solid; is there a limitation to using dynamic queries with ...
|
| Using CFC vs. Webservice for more than one function call | 23 Aug 2005 22:47 GMT | 1 |
I have a user.cfc that has an init method accepting a string for a login code; I'm trying to test this as a webservice, but I find it doesn't work the same. I'm sure somewhere there is a good explanation of this, but I'm at a loss of the right words. If I call or invoke the cfc ...
|