| Thread | Last Post | Replies |
|
| cfselect add/sub entries | 25 Oct 2007 13:21 GMT | 1 |
I'm building a product selector application. You can see a demonstration under http://www.rename.ch/test_productSelector/test.cfm. Idea is, that one can select a product group and/or subgroup in the most left cfselect area. On selection, it automatically updates the container in ...
|
| CSS & ColdFusion, replacing DIV content | 25 Oct 2007 01:59 GMT | 7 |
Ok I have a DIV that on rollover of an object it changes position to the mouse pointer. However, I also want it to replace the content of the DIV tag with ColdFusion code. Something like this: <cfoutput><img src="../#staffmember.imageName[3]#" align="middle"><span
|
| Encrypt / Decrypt help | 24 Oct 2007 23:55 GMT | 27 |
Hello, all. In the past, I always used HASH to encrypt the password for users; all I needed to do was to check the HASHed value from login and compare to what is in the db - simple.
|
| regex variables in rereplace | 24 Oct 2007 23:08 GMT | 3 |
Is it possible to use regex variables with rereplace? For instance if I wanted to put brackets around the area code in a phone number, I'd like to do the below code, but it doesnt work, just sees the variable as a string rereplace(someNumber, "([\d]{3,3})", "($1)")
|
| Hide parameters passed in path | 24 Oct 2007 21:41 GMT | 2 |
I am using the anchor tag to navigate from one page to another. I am passing parameters to the page via the anchor tag as well. Ie <A HREF="test.cfm?Param1=Yes&Param2=No">Edit</A> Is there any way to do this without showing the parameters in the path
|
| use cfdocument to create avery labels | 24 Oct 2007 19:03 GMT | 5 |
I am trying to use cfdocument to generate Avery labels for a abel printer. Basically I query the db and write the data to the pdf. The cfdocument tag I am using is: <cfdocument format="pdf" unit="in" margintop="0.05" marginbottom="0"
|
| what is dsp_name.cfm: findNOcase , client.Roles, <cfparam default="0" name="CreatedShowAll">? | 24 Oct 2007 16:53 GMT | 1 |
i found it in a dsp_name.cfm what is findNOcase ? client.Roles? what does this code do ?
|
| Displaying Debug Output?!? | 24 Oct 2007 15:53 GMT | 2 |
I have done some research on the cfsetting tag, specifically, the showdebugoutput attribute, and for some reason, I cannot get it to work. I am having an issue with part of my site, where, in development, a particular action page works fine, but in production, the same action ...
|
| cfhttp header trouble | 24 Oct 2007 15:04 GMT | 2 |
I'm trying to suppress the Content-Type Text/XML in the header of a cfhttp POST request. Any help is appreciated. Grins,
|
| cftransaction with Multiple Datasource /Query | 24 Oct 2007 14:52 GMT | 5 |
I need help with accessing some rows from Sql Server database(a select statement) when I am inserting rows into DB2 database within the cftransaction. I get the following error. "Message : Data source MANAGEMENT verification failed.
|
| Cold Fusion MX7 troubleshooting | 24 Oct 2007 11:43 GMT | 2 |
In general how do I get better and more information in the logs when a ColdFusion/jrun process hangs. Currently we are running ColdFusion MX7 7.0.2,142559 and JRUN4 build 106363. The process is a Java process thats spawned off from ColdFusion, and it hangs never returning any ...
|
| Protecting Source Code | 24 Oct 2007 11:37 GMT | 1 |
I am developing and application that I am planning on "leasing" out to busnesses but to keep my source code safe I will only allow the application to be run under a hosting account that I control so that the source is not subject to being stolen. Other then cfencrypt (which can ...
|
| Coldfusion Ajax Forum | 24 Oct 2007 10:50 GMT | 1 |
Hi, I'm building a simple coldfusion-ajax forum. It works quite fine but I have a problem. Since when someone click on a link of a post I do something like this: <a href="void(NULL)" onclick="ajax_open_post_in_a_div_on_the_same_page">
|
| Is Coldfusion NOT compatible with some webservices? | 24 Oct 2007 09:24 GMT | 4 |
Hi all, I have a major problem connecting to a webservice provided by SABRE (the travel agency people). If you try to consume :
|
| xmlparse() and google rss/atom feeds | 23 Oct 2007 21:55 GMT | 3 |
Whenever I attempt to parse any google rss or atom feeds the xmlparse function says that they are invalid XML. Has anyone ever run into this before? I am able to parse any other feed that I have tried, Google seems to be the only issue. I am using CF7.
|