| Thread | Last Post | Replies |
|
| Overriding default mail server settings | 30 Sep 2004 22:58 GMT | 3 |
Does anyone know of a reason why using the cfmail attribute SERVER to overriding default mail server settings would keep email from being sent after a form submission? Thanks, Robert
|
| CFCONTENT Corruption in Excel | 30 Sep 2004 22:22 GMT | 1 |
I'm generating an Excel doc from a query, using CFCONTENT. When there is a " in the database, the subsequent Excel doc ends up being corrupted. Has anyone seen this before? How do you deal with it? I hate to scrub the user's data if I don't have to. Any suggestions are ...
|
| Rounding Decimals | 30 Sep 2004 21:52 GMT | 4 |
I have searched through here and cflib and cant find a solution to this that works. I know its a simple math problem but i am to dumb to figure it out and was hoping someone else had this same problem and if so a solution.
|
| Need help on CF security patch/article issue | 30 Sep 2004 18:01 GMT | 2 |
Dear CFusion experts: Found ColdFusion 4.5, 5.1, MX, and MX 6.1 version installed on different servers. Those are Windows NT, 2000, or 2003 servers. Previous admin had installed CFusion security patches or Articles on those servers.Have to update
|
| LDAP Authentication Assistance | 30 Sep 2004 17:33 GMT | 1 |
I need to have a web site authenticate against an LDAP server for just the user id and password. I cannot find anything out there to help me (for Coldfusion). The users have the ability to bind but may not have the ability to read. This may cause a problem with performing a ...
|
| Stored Procedure | 30 Sep 2004 17:13 GMT | 6 |
Why cant I get cf to call stored procedures with optional parameters??? sql server2000 The stored procedure works fine, it has a few optional parameters. If I call the procedure with all of the parameters, it works fine.
|
| cfmail emails treated as spam | 30 Sep 2004 13:23 GMT | 1 |
I am sending email via microsoft outlook and mails are going to inbox. but when I send an email via cfmail it goes to junk mail folder. yahoo, hotmail and some other free/commercial emails gave same response. has anyone any idea to prevent going my cfmail emails to junk folder? ...
|
| Select row ID from table... | 30 Sep 2004 11:22 GMT | 2 |
I am presenting the user with a list of records inside of a table. I need to give the user the option of selecting a record to edit. I was using a submit button in the row, with a hidden input tag to grab the row id. But instead, the rowid variable included all row ids ...
|
| CFLDAP Crashes Novell Server | 30 Sep 2004 06:40 GMT | 3 |
Hi there everyone, I have an issue with using CFLDAP to perform an LDAP lookup on a Novell NetWare 6.0 server. That being that performing a lookup, completely crashes the server.
|
| How to alert users of Website Maintenance ? | 29 Sep 2004 23:29 GMT | 2 |
I would like to display a standard .htm page informing users that the website is undergoing some maintenance / publishing is in progress. I have already created this simple .htm file but I don't know what and how to trigger when starting to publish changes from development / ...
|
| Query works with MX, but not 5 | 29 Sep 2004 22:31 GMT | 2 |
I have a simple query on query: <cfquery name="qryLoadProduct" dbtype="Query"> SELECT LoadAllProduct.* FROM LoadAllProduct
|
| Sesson Variables and Cookies | 29 Sep 2004 22:00 GMT | 6 |
My site requires several session variables in order for it to function properly. I have just discovered that if the visitor has cookies turned off on their browser, the site is not working properley. I didnt think session variables required cookies to be enabled.. is this ...
|
| How to store multiple user's info in memory | 29 Sep 2004 20:11 GMT | 2 |
I am working on a website that uses coldfusion for frontend, and asp wrappers for middle layer and vb with sql at the backend. The application is about creating users for a client. The end-user of the application will be presented with a form which has fields like first name, ...
|
| iframe redirect - referer problem | 29 Sep 2004 19:52 GMT | 2 |
Hey all, I have a problem. I have a page ('index.htm') which contains, among other things, an iframe. I load a cfm page ('redirect.cfm') in this iframe. The page 'redirect.cfm' redirects to an outside page which is not under my control. What
|
| get the last inserted record number | 29 Sep 2004 19:31 GMT | 2 |
Any one know how to get the last inserted record number in access 2000. In database table I have a column called UN number which is automatically generated by access. My statement is as follow:
|