RE: Small Problem with Query Duplicates

2005-09-12 Thread CF-DEV
What part is being duplicated? The URL? All of the records? If it is all the records then you should have a look at your Database. Unless duplication is okay in your DB. What is the ID field? Is it an auto generated ID or an ID Field you are populating? -Original Message- From: Mark

RE: Reading file contents

2005-08-03 Thread CF-DEV
One way is if the web server has permissions on the remote server, You could do a simple CFFILE ACTION=READ FILE=\\REMOTESERVER\FILE.TXT This is considering that the CF services are running under the same profile that has access to the remote server. Mindkeeper

RE: Reading file contents

2005-08-03 Thread CF-DEV
contents Unfortunately, no. The remote server is linux etc ... -Original Message- From: CF-DEV [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 03, 2005 5:53 PM To: CF-Talk Subject: RE: Reading file contents One way is if the web server has permissions on the remote server, You could do

RE: Error in CFFile Tag

2003-01-07 Thread CF-DEV
Make sure your form tag contains: enctype=multipart/form-data -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 5:27 PM To: CF-Talk Subject: Error in CFFile Tag I have the exact same code other than directory on two websites. One I can

RE: Email Problem

2002-12-11 Thread CF-DEV
Is it sending HTML based email? It might be that they have Netscape Mail set for TEXT mail and not HTML. -Original Message- From: cfhelp [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 8:23 PM To: CF-Talk Subject: Email Problem One of our newsletter clients is getting

RE: Need assistance with listbox on a form

2002-10-31 Thread CF-DEV
On the action page test to see if the value exists: ISDEFINED() -Original Message- From: Clark, Aimee [mailto:aclark;stinsonmoheck.com] Sent: Thursday, October 31, 2002 2:14 PM To: CF-Talk Subject: Need assistance with listbox on a form I have a page in which employees can update

RE: CFLoop query problem

2002-10-31 Thread CF-DEV
What is happening, you are getting the LAST record in the query to populate the values. What is it you are attempting?? If you want an Overall total of ItemPrice Then is OrderTotal already defined? If you are want to loop and continually add the values until the end of the query is reached then

RE: user - attachments ?

2002-10-26 Thread CF-DEV
Usually an input box with the type=file The form must be set for method=multipart/form-data -Original Message- From: Ed Gordon [mailto:NetDr;callptc.com] Sent: Friday, October 25, 2002 3:31 PM To: CF-Talk Subject: user - attachments ? What is used to allow users to upload attachments,

CF5 Problem

2002-10-03 Thread CF-DEV
Any idea why CF 5 would server CFM files up as TXT files? I do have the index.cfm in the IIS settings for default documents. TIA! ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: CFM Files Display as TXT

2002-10-03 Thread CF-DEV
CF Application Server service is running along with all the other CF services but still displays the contents of the CFM file to the browser instead of processing the CFM code. -Original Message- From: S. Isaac Dealey [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 10:35 AM

RE: CFM Files Display as TXT

2002-10-03 Thread CF-DEV
That was it!!! Thanks very much. Not sure how that happened but much appreciated for the info!! -Original Message- From: Andres [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 2:46 PM To: CF-Talk Subject: RE: CFM Files Display as TXT check your IIS site's application

RE: CF Application Logs

2002-10-02 Thread CF-DEV
There is only maybe 3 session variables being used which are all in fact utilizing CFLOCK. -Original Message- From: Tilbrook, Peter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 6:17 PM To: CF-Talk Subject: RE: CF Application Logs Possibly memory corruption due to

RE: CF Application Logs

2002-10-02 Thread CF-DEV
, are there any of those being used? Kind Regards - Mike Brunt, CTO Webapper http://www.webapper.com Downey CA Office 562.243.6255 AIM - webappermb Webapper - Making the NET work -Original Message- From: CF-DEV [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 3:21 PM To: CF-Talk

CFMX / MSSQL

2002-09-30 Thread CF-DEV
I have CF MX installed and SQL 7. I created the database along with in the Control Panel, I created the ODBC connection to the DB with a DSN name of: myDB Now in CF it will not connect. I have SQL 7 set to TCP/IP in the Client Network Utility. I have no PWD associated since this is used as my

RE: CFMX / MSSQL

2002-09-30 Thread CF-DEV
I am using the local dbo account of sa no password. It will not authenicate in CF MX Admin. The drivers are those in CF MX. -Original Message- From: Brook [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 8:54 PM To: CF-Talk Subject: Re: CFMX / MSSQL What type of drivers

RE: CFMX / MSSQL

2002-09-30 Thread CF-DEV
, September 30, 2002, at 05:24 PM, CF-DEV wrote: I have CF MX installed and SQL 7. I created the database along with in the Control Panel, I created the ODBC connection to the DB with a DSN name of: myDB Now in CF it will not connect. I have SQL 7 set to TCP/IP in the Client Network Utility

RE: CFMX / MSSQL

2002-09-30 Thread CF-DEV
Don't I feel like a total A$$ In the HELP it stated to put LOCAL within the parathesis. Such as: (local) Not True.. It is the standard: localhost Thanks everyone!! -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 9:09 PM To: CF-Talk