| Thread | Last Post | Replies |
|
| UTF search for verity??? | 17 May 2005 14:38 GMT | 13 |
i've a website that is in UTF-8 with language of Japanese and Korean. But when i tried to create an japanese and korean verity index and update the verity, it hangs there. I suspect it could be because of UTF.. thus how do i create an UTF verity
|
| Mathimatic Functions | 17 May 2005 03:57 GMT | 2 |
I need to subtract 20% from a field. Actually I need to subtract 20% if field count = 2 or more items. Math functions aren't my strong suite so I was hoping someone here might point me in the right direct as to what function to use.
|
| MVC | 17 May 2005 02:14 GMT | 10 |
Does anybody know a good book or documentation discussing about CF MX Model-View-Controller (MVC) in detail? Thank you, Andi
|
| user and admin login on same login page | 16 May 2005 20:48 GMT | 1 |
I have a user login page which also doubles as my administrator login. Currently, my method of logging in doesnt seem to be working because it directs me to the members page first, then i must click logout and do it again to be able to get to admin.cfm. What is the best way of ...
|
| Setting a string = to a parsed cfstatement | 16 May 2005 19:11 GMT | 1 |
I want to allow users of my website to define there own custom queries using a form. The problem that i am running into is that cfset cannot handle this kind of expression: <cfset cust_sql = <cfoutput>select num, cust_code, entered_date, status,
|
| Is Recursion Allowed? | 16 May 2005 17:29 GMT | 2 |
Is recursion allowed in cfc's?? I am getting a JRun error: 500Null when I try it. I've never tried recursion before in cold fussion so I don't know if its a problem with my code or if it is just not supported by coldfussion.
|
| order by 2 things? | 16 May 2005 17:25 GMT | 1 |
Ok, I want my output to look similiar to this: ------------------------------------------------------------ May 16th 2005, Animals
|
| Master/Detail Problem | 16 May 2005 15:45 GMT | 1 |
I have developed a Master/Detail set where the user selects a date range (popup calendars), a 'SearchType' from a drop down menu and then enters the 'SearchText' that is to be applied to the chosen SearchType. There are four possible choices for the SearchType.
|
| Help Improve script | 16 May 2005 15:14 GMT | 2 |
I would appreciate any help you cf gurus could provide. I have this complex report that runs slow (about 1 1/2 - 2 minutes). Do you have any suggestions of how to improve the script? Any help is greatly appreciated. Thank you,
|
| SetLocale and Czech | 16 May 2005 13:49 GMT | 1 |
I'm building a site (CFMX 6.1) to be used in the Czech Republic and I am looking for a way to set the locale of the application accordingly. I can't see any reference to Czech in th CFML Reference and "Googling" hasn't provided any real help.
|
| ColdFusion J2EE, serviceFactory goes away | 16 May 2005 12:52 GMT | 3 |
This is really winding me up, been fighting since Sunday. The symptom is that the site is fine for a few hours, and then all pages return a 500 server error. This is an MX 6.1 with Updater on Weblogic 7 (latest patch set) with JRocket
|
| xmlParse(cfhttp.filecontent) | 16 May 2005 01:03 GMT | 7 |
I am using coldfusion to read rss feed. I was wondering why xmlParse(cfhttp.filecontent) works in one file residing in test server and fails to return valid xml document object when i put the same code in another server file. Can any one suggest if i need to check with ...
|
| Extract full contents of the <table> tag inlcuding nested tables | 14 May 2005 17:19 GMT | 1 |
I am trying to extract a certain table from a web site I get with cfhttp.FileContent. There is a function at cflib that extracts tag content but it does not work if there are nested tables inside.Does anyone know of a UDF that would span nested tags and extract the whole table ...
|
| Integrating CF with SpringFrameWork | 14 May 2005 13:51 GMT | 1 |
Greetings. I'm here to learn to run before I learn to walk. lol. Here's the problem. A colleague and myself are trying to integrate CF and SpringFrameWork. We would like to the processing in the middle tier, inside the Java application, and then pass the results back to the ...
|
| Update query fails in CFMX - Is it a CF BUG??? | 14 May 2005 13:36 GMT | 1 |
I have a update query in coldfusion page. Even though it works in cf5 it fails in CFMX. My query is some thing like (I have put a CF output before executing the query). UPDATE mytable
|