ColdFusion

Several Apache related to CF8/JRUN servers?

I've got experience on J2EE Nf6, but now I am deployment CF8 on embedded JRUN 4.0 on a Server OS X Tiger (10.4.10) and running in some headaches. From what I see in the JRUN 4 documentation that I need to activate the Service Proxy so that I can have

NumberFormat() problem

Hello! I have a list of currencies that need to be formatted and I use numberformat (number,.99)7,45 will show perfectly, I would like to than 7.00 to display such as 7 and 7.40 for display in a 7.4is this possible with the same function? Thanks for

Troubleshooting the flash forms

Hello I have only two flash forms on a site that I have good enough clone for different regions in a youth soccer league. It creates a new user account and other updates account informaiton. The new user page is quite simple (as I could rewrite witho

Problem of intrusion via CFMail/CFFile

I have a form that collects several form fields, but also an attached document. On the subsequent page, I have the following code, but even if the document is saved in the correct directory, the email is not sent with the attachment, as well as the r

CFIF using statement

I have a few written queries that show a number of online modules and failed. I can get the percentage of success rate using the following code: < cfset passedmodules.recordcount = past >< cfset fail = failedmodules.recordcount >< cfset total = passe

CFComponents

I try to use the following piece of code in a .cfm file (which I don't even know if you can do it): And the error I get tells me that CF does not know how to deal with the < cfproperty > so either I'm doing something wrong with where I put the code o

APSB06-17 security patch: k2admin.exe password?

I just tried to apply the last security patch http://www.adobe.com/support/security/bulletins/apsb06-17.html , but when the copy of the new record of Verity by following the instructions, I have been invited to enter the password "k2admin.exe. I was

framework or a border around my pages

HelloI have this, these pages already in place there tableslots of text, check boxes that happens to a lot of pages. I have not defined a border around it at the beginning of my planning stages of my development. now. It's very ugly. It is stretching

Looping through a list...

Hi all In ColdFusion, we have what we call 'a loop on a list '. We do this by using the following syntax: < CFLOOP INDEX = 'index_name' = 'list_items"DELIMITERS LIST ="item_delimiter">< / CFLOOP > MS SQL Server, basically in SQL, do we have something

the query results to table 2d

I have a list created dynamically IDs I want to query a tablefor matching records for one of the IDs. I can run a loop of the listthe query, but what is the best way to put all of the matching recordseach individual ID into a single statement of outp

Another issue of alternation line color

I used alternating colors of line before with great success, but this situation is a little different. I * grouped * data and I want each * grouped * line to have an alternating color. When I try it with the standard code, it does not work. I get the

Moved from http to https - error generation Flash Movie

We run 7.0.2 (multiserver) on Solaris with Apache 2.0.55. Our flash forms were operating without problem on a non-secure apache instance. I've made changes to this move to a secure connection (SSL), but now get the error: error generating the form de

Tracing slowdowns in the CF

For some reason my servers running CF are both having a problem with ODBC (high memory, time models etc...) services. As far as I know, nothing changed a few days ago, when it started to happen. I am looking for a way to view/track discussions and/or

DateLastModified Windows2003 Server

Greetings Using CFMX6.1 on Win2k3 IIS6. Try to run the following: DateFormat (datelastmodified, "d mmm"), where datelastmodfied is returned by CFdirectory. I get the error:The value ' Wednesday, March 19, 2003 17:20:18 hours EST "could not be convert

Error disk or network-access DB

HelloThis app worked fine until Friday. The server guys apply certain Windows Server 2000 fixes over the weekend and then I get this error when trying to run a query, [Macromedia] [SequeLink JDBC Driver] [ODBC Socket] [Microsoft] [ODBC Microsoft Acce

Don't recreate the log files deleted ColdFusion MX?

Within the CF Administator in the log files section, there is the option to delete a log file (IE Application.log). If I remove that, it re - create by the CF Server?

As the query

I have a very simple search engine, it has a text called keyword field. When you enter a keyword and search results page displays all results. EVERYTHING works, except when I look for something with H20 inside. There are products in the title as Grea

call a bunch of text from a database field

my level is beginner. I need to create a forms with many conditions. I want to know if I don't have a lot of text much for example. a text of this great Ben Forta is Allaire company for the ColdFusion product line product. Ben has over 15 years of ex

Variable inside the Variable

To reference a variable inside another variable, I know you can do something like: < cfset variable internal = 1 >< cfset outer_variable = "the internal variable is #inner_variable # ' > .. .and the #outer_variable < cfoutput > exit # < / cfoutput >

form (S) combinationsofradiobutton (S) / then show these combinations of text

Hi there, I have this project and I need some advice on how I can break it down. How can I do that or start this project. There are some examples that I have seen in books, but nothing like this. can someone show me examples of how I can solve this p