| Thread | Last Post | Replies |
|
| CFINDEX of query output | 31 Jan 2007 22:00 GMT | 3 |
I did not have any luck posting this under general discussion. I am hoping that I will get a nibble under Advanced Techniques. I am migrating from CF 5 to CFMX 7. Trying to index 9 records from a database query into a Verity collection. Only the first record in the query ends up ...
|
| Apache J2EE configuration | 31 Jan 2007 21:32 GMT | 1 |
I have just installed CFMX 7 trial version in J2EE configuration. Is it possible to setup apache http server as a webserver in this configuration? Or, apache server can be integrated with only in standard edition or server configuration?
|
| html parsing | 31 Jan 2007 21:28 GMT | 5 |
I have the comment field for user to enter the comments. Sometime they enter the html code, so i am looking for someting to script out all the html from the comments but i don't know how. Is anyone has experiences on this? Thanks
|
| Validate Word Count in Text Field | 31 Jan 2007 19:53 GMT | 3 |
Hi. I need a method to validate the number of words in a text field. For example: A user has an option to chose the number of words they want to display. I need to pass this variable on, and use it to restrict them to the number of words they originally selected. So, if they ...
|
| Internal IP+ person name | 31 Jan 2007 19:50 GMT | 31 |
Does anyone know how to get a person IP along with the associated person's name from internal network. ? Any help will be appreciated...
|
| Replacing "+" in url variable to spaces | 31 Jan 2007 18:51 GMT | 3 |
Hello, thanks in advance for your help. I want to pass a url variable as a title for a page. I want to separate the words with a "+" in the url.. then when I output it on the webpage, I want to "+" to get replaced with spaces. Is there a function that will do that?
|
| Reserved tag override | 31 Jan 2007 04:26 GMT | 1 |
is it possible to override reserved coldfusion function tags? It seems simple but the implications would be incredible. Ie, I want to be able to do this <cfdump var="#form#">
|
| local time | 31 Jan 2007 03:42 GMT | 11 |
Hi can i show the word morning or afternoon, if the local time is before or after 12:00 ? can you do this using the computers local time?
|
| CF to protect binary documents | 30 Jan 2007 22:39 GMT | 3 |
/secure/protected-doc.pdf is located in a sub directory. I'd like to require users to login before accessing it. I know how to implement login using CF, just not sure how to do it for binary docs. Because when I request www.mydomain.com/secure/protected-doc.pdf in a Web ...
|
| Coldfusion and VB.Net | 30 Jan 2007 21:24 GMT | 1 |
Is there a way to pull 2005 Visual Basic.Net Window Application with Coldfusion 7?
|
| how to read a xls file | 30 Jan 2007 20:13 GMT | 2 |
I was searching in internet about this and I found a library "POIUtility" wich I down loaded. When I run the test code I get the following error: Element CELL is undefined in LOCAL.
|
| Error Message: Invalid argument | 30 Jan 2007 17:37 GMT | 4 |
Where is the definition of the "Invalid Argument"? Is it just generic for "That won't work"? When I add the following url attribute code: "?fuseaction=test" to change this:
|
| CFFP with proxy | 30 Jan 2007 13:33 GMT | 6 |
I wanna make an ftp connection passing by a proxy but I don't manage to with cfftp tag. This my code : <cfftp action="open" username="*****" password="*****" server="*****.com" proxyserver="proxerserverIP" passive="yes" port="8080">
|
| How do I throw away a COM object | 30 Jan 2007 13:32 GMT | 3 |
I am using CFOBJECT to access a COM object. How do I throw away the instanciated object once I am done with it? Thanks.
|
| CFM to PDF Catalogue pages | 30 Jan 2007 11:06 GMT | 1 |
We would like to produce a high resolution PDF catalogue using our CFM pages. Could I receive suggestions on how we should proceed. Thanks Paul
|