access and cf5 performace

2004-04-14 Thread Chris Edwards
the issue may be? Thanks. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

refreshing frames after a form post?

2003-06-18 Thread Chris Edwards
frame to reload so that the list does not have the item anymore Thanks -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com ~| Archives: http

loopy loop!

2003-04-01 Thread Chris Edwards
and then write them to a file. cfscript emails = ; for( i = 1; i lte list.recordcount; i=i+1 ) { emails = emails list.email[i] chr(13) chr(10); } /cfscript I can't imagine that the list in memory would take that much room. Does anyone have a suggestion? -- Chris

how to make it go faster?

2003-04-01 Thread Chris Edwards
I have this: cfset emailtowrite = cfloop query=list cfset emailtowrite = list.email chr(13) chr(10) cffile action=append file=#ExpandPath(users.lst)# output=#emailtowrite# /cfloop It still takes forever. Is there a faster method? -- Chris Edwards Web Application

Re: how to make it go faster?

2003-04-01 Thread Chris Edwards
forever is : 182713 milliseconds-- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com - Original Message - From: Dave Carabetta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 10

Re: loopy loop!

2003-04-01 Thread Chris Edwards
cfscript emails = replace(valuelist(list.email,|),|,chr(13)chr(10),ALL); /cfscript before 182713 milliseconds-- After 77502 milliseconds Thats better. Can I make it go faster? This is on a windows box( p3 1ghtz, 512ram ) CF5. -- Chris Edwards Web Application Developer Outer Banks Internet

Re: how to make it go faster?

2003-04-01 Thread Chris Edwards
and schedule it to run late night. It would be super nice though if I could get the db to do what I want. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com - Original Message - From: Philip Arnold [EMAIL

Loopy Loop Fast SOLVED

2003-04-01 Thread Chris Edwards
=#valuelist(list.email,)# Once again, the DB shines through as the savior. Thanks Doug for reminding me. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com

cftag conversion to cfscript??

2003-03-17 Thread Chris Edwards
I want to convert this: cfparam NAME=URL.#i1# DEFAULT=#i2# to it's cfscript equivilent. can I? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com

Re: cftag conversion to cfscript??

2003-03-17 Thread Chris Edwards
I got it: SetVariable( URL.i1, #i2#); thanks. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com - Original Message - From: Chris Edwards [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday

did mail get sent??!

2003-03-12 Thread Chris Edwards
Hi On a solaris 6 box, with cf 5, using sendmail. I have a loop thats emails about 500 people How would I get proof that those 500 emails were actually sent? Is there a log file I could search through? Thanks. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441

crazy email

2003-03-12 Thread Chris Edwards
in, runs the script. it looks like its running fine, and all done. however, it never sends the email. AAHHH. so does anyone have any idea? is the client's browser caching something? could it be an AOL thing. thanks. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441

Re: crazy email

2003-03-12 Thread Chris Edwards
its nothing like that, using the same permissions. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com - Original Message - From: Scott Weikert [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent

Re: crazy email

2003-03-12 Thread Chris Edwards
everything is hardcoded. I've looked at the mail logs. nothing present after the client tries it. the client has tried 2 times, one with IE and the other with AOL. I do it, and its fine. the mail logs confirm. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698

Re: Easy Len ?

2003-03-12 Thread Chris Edwards
checkboxes will not be initialized if you don't have them checked... -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent

query problem

2003-02-26 Thread Chris Edwards
', '', '', '', '', '', '', '', '02/26/2003' )'. SQL = INSERT INTO JobListings ( position, reportsto, eduexp, jobknow, skillsabil, workcond, posiavail, deadline, created ) VALUES( 'testing\'s', '', '', '', '', '', '', '', '02/26/2003' ) -- Chris Edwards Web Application Developer Outer Banks

why can't I run an ftp batch?

2003-01-03 Thread Chris Edwards
header=length text=#length# align=right /cftable cfftp connection=FTP action=PUTFILE localfile=users.bak remotefile=users.bak cfoutput#cfftp.Succeeded#/cfoutputbr cfoutput#cfftp.ErrorCode#/cfoutputbr cfoutput#cfftp.ErrorText#/cfoutputbr Thanks! -- Chris Edwards Web Application

Re: Microsoft and schools (was CFMX and Java)

2003-01-03 Thread Chris Edwards
I never used an MS machine to get my CS degree. All Solaris and Linux... The only students that I knew of that were using and learning MS, were taking Information Systems. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http

Re: why can't I run an ftp batch?

2003-01-03 Thread Chris Edwards
thanks. I think that may help. For now, I'm getting No Response form the Server.. it was working with a single connect, and I can connect using my ftp client. this is just retarded. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http

monitoring cf

2002-12-20 Thread Chris Edwards
Hi I have a Solaris server hosting many sites. I want to monitor cfm file execution to find out which files are causing the most load. How would I do this? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com

Re: monitoring cf

2002-12-20 Thread Chris Edwards
I'm runing cf 5. I was looking for a way to log this stuff and run a log analyzer to graph out cpu utilization on each cf file and possibly the db queries. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com

encrypt seeds

2002-11-22 Thread Chris Edwards
What are good seeds for the encrypt function? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com ~| Archives: http://www.houseoffusion.com

cf 5.0 apache 2.0.x on windows???

2002-11-21 Thread Chris Edwards
Where is the new cf mod for apache 2.0?? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com ~| Archives: http://www.houseoffusion.com/cf_lists

server config question

2002-11-20 Thread Chris Edwards
in IIS 5 Thanks! -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

Does a windows 2000 web server need antivirus?

2002-11-07 Thread Chris Edwards
Does a windows 2000 web server need antivirus? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com ~| Archives: http://www.houseoffusion.com

db query problem

2002-10-28 Thread Chris Edwards
= '#Request.User.Idx#' /cfquery -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

remote file exists help

2002-10-28 Thread Chris Edwards
is there anything out there that does what FileExists() does, but for remote files? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com

connection to remote database???

2002-10-24 Thread Chris Edwards
I'm trying to query a remote database with cf5. I have the ip and stuff. How do I setup cfquery ??? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com

DateDiff bug?!

2002-10-11 Thread Chris Edwards
- whats is going on here? 13: 1 14: 2 15: 3 16: 4 17: 5 18: 6 19: 7 20: 8 Whats up with that? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com

Re: DateDiff bug?!

2002-10-11 Thread Chris Edwards
I had to do this... CreateDate( Year(Now()), Month(Now()), Day(Now()) ) instead of... Now() strange -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com - Original Message - From: Robert Everland

weird error!

2002-10-10 Thread Chris Edwards
this: Error processing CFFILE Error attempting to read 'c:\output.' The process cannot access the file because it is being used by another process. (error 32) why is cfexecute holding onto the file for so long??? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698

Re: weird error!

2002-10-10 Thread Chris Edwards
can I create an executiuon time less than 1 second? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com - Original Message - From: Raymond Camden [EMAIL PROTECTED]; [EMAIL PROTECTED] To: CF-Talk [EMAIL

convert first letter of words in a string to upper

2002-10-08 Thread Chris Edwards
I need a function to convert first letter of words in a string to upper case. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com

changing the file extension of cfm to html?

2002-10-04 Thread Chris Edwards
How woudl I go about changing the file extension of coldfusion files from cfm, or having both html and cfm files get sent to the coldfusion server? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com

Re: changing the file extension of cfm to html?

2002-10-04 Thread Chris Edwards
...on Apache -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com - Original Message - From: Chris Edwards [EMAIL PROTECTED]; [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, October 04, 2002

apache file extensions and

2002-10-04 Thread Chris Edwards
/VirtualHost any ideas? Thanks. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm

howto convert float to integer?

2002-09-24 Thread Chris Edwards
convert 4.00 to 4? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com __ Signup for the Fusion Authority news alert and keep up

file uploading

2002-09-23 Thread Chris Edwards
On very slow connections, my file upload script breaks. It says the file is uploaded, but in reality it isn't and continues on its way. I do a fileexits check on it and it passes... Does anyone have an suggestions or some solid file upload code? Thanks. -- Chris Edwards Web Application

I need a code review

2002-09-12 Thread Chris Edwards
. Thank You. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com __ Signup for the Fusion Authority news alert and keep up with the latest news

upload multiple image files

2002-09-06 Thread Chris Edwards
how do I access a file's information after uploading multiple images in a single form? the default is FILE.stuff. or CFFILE.stuff.. Can I set a different variable to hold the files's information? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL

extra lines in html output

2002-09-04 Thread Chris Edwards
Why are there like 300 lines of whitespace before the html tag when I view the output from my cfm templates? And how do I make it go away? thanks. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com

reading files into an array

2002-08-28 Thread Chris Edwards
How would I read a file into an array, where each array element is a single line from the file? I want to take a string, pick a delimiter, and chop up that string via the delimiter and return an array Thanks -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698

Re: reading files into an array

2002-08-28 Thread Chris Edwards
whats the delimiter for a newline and carriage return? -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL PROTECTED] http://www.OuterBanksInternet.com __ Structure your ColdFusion code

WYSIWYG html editor applet?

2002-08-15 Thread Chris Edwards
Anyone know of a free and decent java applet that will do simple html editing for a client who wants to create simple html documents for email. this would go in place of a standard textarea. thanks. -- Chris Edwards Web Application Developer Outer Banks Internet, Inc. 252-441-6698 [EMAIL

DB Queries and UDFs

2002-07-29 Thread Chris Edwards
It is my understanding that I cannot run DB queries inside of a UDF. If there is a way, I would like that alot. If there isn't, may I pass the Query results into the UDF? If I can, is it just the name of the query? Is it an Array? Thanks!

How to append a string to a string?

2002-07-29 Thread Chris Edwards
whats an easy way to append a string to a string? I'm trying to do this: // php $output = table border='$border' bgcolor='$color'; $output .= tr; $output .= td; etc... . in CF. I don't want to use cfscript though. Thanks.

Can I lock variables inside a UDF?

2002-07-25 Thread Chris Edwards
I recieve and error within this segment. cfscript function PrintHeader() { var TopMenu = ; var Header = ; cflock timeout=30 throwontimeout=Yes name=#Session.SessionID# type=readonly cfif IsDefined(Session.Started) cfset TopMenu = #Session.firstname# #Session.lastname# : a

ending session variables in Macs

2002-07-25 Thread Chris Edwards
Hey Trying to have session variables timeout when a user closes the browser. But in Mac OS's. you have to quit the IE or NS browser itself for what I have to work. In Windows, it works fine. Thoughts? __ Signup for the Fusion

Re: non-integer array indexes??

2002-07-22 Thread Chris Edwards
Does it have to be an Array, why not use a structure? Its 2 dimensional. Structs are one dim. Right? Can there be non-integer array indexes? I've tried a workaround... cfset fields=ArrayNew(2) cfset ArtistID=1 cfset ArtistEmail=2 cfset ArtistFirstName=3 cfset label=1 cfset

cfexecute problems

2002-07-22 Thread Chris Edwards
Tried doing this, but there are no output or errors. I've been able to run the command with a PHP script. cfexecute name=/usr/local/ImageMagick/bin/convert arguments=image1.jpg -sharpen 1x2 -geometry '300x300+0+0' output1.jpg /cfexecute img src=output1.jpg Any thoughts?

including a file with a physical address

2002-07-18 Thread Chris Edwards
how do I include a file in a page, that is above the web root directory? I want it to be parsed by CF also. I was looking at cfinclude, but it only accepts logical paths.. any suggestions? __ This list and all House of Fusion

Re: including a file with a physical pathname

2002-07-18 Thread Chris Edwards
, CFINCLUDE it, and delete the temp file afterwards with CFFILE. But I am sure there are other, better ways to do this. M -Original Message- From: Chris Edwards [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 4:59 PM To: CF-Talk Subject: including a file with a physical address

Mass Email Solution

2002-07-17 Thread Chris Edwards
Hey, Any suggestions on the best way to manage and send email to a list of about 10,000 in an efficient manner? Would I need to use a high-performance mail build? Should I not use cfmail, but a compiled tag? Thanks. __

cfexecute on vps ( iServe) - UNIX(solaris)

2002-07-17 Thread Chris Edwards
This is for anyone running on a VPS system. I'm on iServe. I'm trying to execute ImageMagick commands after a virtual install of ImageMagick. vinstall ImageMagicSuccessful virtual /usr/local/ImageMagic/bin/convert image1.jpg -sharpen 1x2 output.jpgSuccessful So I'm happy its working.

Re: File upload module

2002-07-17 Thread Chris Edwards
If I'm not mistaken, most web servers have a file upload limitation, to usually around 4MB. I know this is true for Apache. Of which you may modify in the config files of course... - Original Message - From: Joe Eugene [EMAIL PROTECTED]; [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

Re: Mass Email Solution

2002-07-17 Thread Chris Edwards
Mail Server (iMS) - The Award-winning, Intelligent Mail Server Find out how iMS Stacks up to the competition: http://www.coolfusion.com/imssecomparison.cfm - Original Message - From: Chris Edwards [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, July 17, 2002 12:03 PM