RE: Combininig Datasources in 1 CFQUERY

2005-03-25 Thread Ryan Duckworth
= qryAccess.UserID /cfquery Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 25, 2005 7:42 AM To: CF-Talk

RE: cfqueryparam caching data

2005-03-25 Thread Ryan Duckworth
Here is how to fix your problem: 1. Login to your CF Admin 2. Go to the Data Source in question. 3. Change Max Pooled Statements to 0. We had this exact same problem when adding or removing columns to a DB Table. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig

RE: Help! brain dead?!

2005-04-11 Thread Ryan Duckworth
You probably have a query w/ the same name as the function. This link will explain: http://jehiah.com/archive/entity-has-incorrect-type Good luck. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272

RE: macromedia and Adobe?!

2005-04-18 Thread Ryan Duckworth
interest of Adobe to keep major players such as Ben Forta and many others actively involved in the CF community releases. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 -Original Message- From

RE: Site (not Server) - wide Error Handler

2005-04-20 Thread Ryan Duckworth
the Exception and Request... The Request will catch things the exception does not. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 - Original Message - From: Adkins, Randy To: CF-Talk

Invalid method signature Error

2005-04-21 Thread Ryan Duckworth
Anyone seen this error before? cferror.Diagnostics: Invalid method signature: (Ljava/lang/Object;)V null Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272

RE: Strange data mangling

2005-04-26 Thread Ryan Duckworth
This document explains the issue and solution: https://www.uwex.edu/oraprod/cfquery.pdf Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 -Original Message- From: Ian Skinner [mailto:[EMAIL

Faulting application jrun.exe faulting module jvm.dll .... what????????

2005-08-11 Thread Ryan Duckworth
20 46 61 69 6c 0010: 75 72 65 20 20 6a 72 75 0018: 6e 2e 65 78 65 20 34 2e 0020: 30 2e 33 2e 31 30 34 35 0028: 35 20 69 6e 20 6a 76 6d 0030: 2e 64 6c 6c 20 30 2e 30 0038: 2e 30 2e 30 20 61 74 20 0048: 30 31 37 33 35 33 66 Thanks, Ryan Duckworth Macromedia ColdFusion

RE: Picky delete statement?

2004-12-10 Thread Ryan Duckworth
You can remove a column, not just set it to NULL. Use the ALTER TABLE statement. Syntax: ALTER TABLE [table] DROP COLUMN [columnlist] INSERT, DELETE, UPDATE are all built to change specific records. ALTER TABLE changes the structure of your table. Good luck. Ryan Duckworth Macromedia

RE: FEDEx tracking

2004-12-21 Thread Ryan Duckworth
FedEx has it's own API which you can interface with to track shipments and create custom labels. This may be more functionality than you need. http://www.fedex.com/us/solutions/shipapi/faq.html?link=4 Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983

RE: breaking a line of code to two lines

2004-12-21 Thread Ryan Duckworth
... such as just putting 1 in the radio button then using a lookup for the array. Passing the whole string from the radio button does not seem necessary or practical in this instance. Good luck! Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane

RE: QofQ: SELECT DISTINCT

2004-12-30 Thread Ryan Duckworth
. Thanks, Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 -Original Message- From: Andrew Dixon [mailto:[EMAIL PROTECTED] Sent: Thursday, December 30, 2004 3:05 PM To: CF-Talk Subject: QofQ: SELECT

RE: CF Allows Negative Zero?

2005-01-05 Thread Ryan Duckworth
This function will solve your problem: JavaCast('float',variableName) Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 -Original Message- From: Mark Drew [mailto:[EMAIL PROTECTED] Sent

RE: sql question

2004-07-02 Thread Ryan Duckworth
Card number.Even with 10,000 records, CF would blaze through the list in a few minutes. Note: Amex and a few other cards have different lengths, so be careful Ryan Duckworth Macromedia Coldfusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66207 (913

RE: Windows NT Error 2

2004-07-06 Thread Ryan Duckworth
Your path is wrong.NT Error 2 means wrong path... Try outputting the path. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66207 (913) 754-4272 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: cfmail problem

2004-07-07 Thread Ryan Duckworth
the outbox. cfset createObject('java', 'java.lang.Thread').sleep(1000) Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66207 (913) 754-4272 -Original Message- From: Tim Do [mailto:[EMAIL PROTECTED] Sent

RE: Dynamic variable assignment in CFSCRIPT?

2004-07-20 Thread Ryan Duckworth
Another method that can be used for nested dynamic structures: someStruct['tab#arguments.firstStruct#'].packet['applicant#locApplicantI D#'].valid = somevalue; Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913

RE: cfm template gone, i have class file

2004-07-29 Thread Ryan Duckworth
similar to MS Visual Source Safe. Anyone have any good recommendations.We want something that would integrate with HomeSite that has check-in / check-out functionality. Thanks, Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS

RE: cfm template gone, i have class file

2004-07-29 Thread Ryan Duckworth
. Thanks, Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 _ From: Tony Weeg [mailto:[EMAIL PROTECTED] Sent: Thursday, July 29, 2004 2:38 PM To: CF-Talk Subject: Re: cfm template gone, i have class file

RE: Allow End User to Save As Excel/CSV

2004-07-30 Thread Ryan Duckworth
Tim, Put this code at the top of the page and it will do the trick: cfcontent type=application/vnd.ms-excel You also need the start table and /table tags. It will prompt the user to Save or Open the Excel file. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications

RE: GT 0 failing CFIF decision

2004-07-30 Thread Ryan Duckworth
information has been added.Click to A HREF="" target=_selfadd another/A. cfelse Your company information has been was not added.Click to A HREF="" target=_selftry again/A. /cfif Good luck! Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications

RE: Search 2 tables

2004-08-02 Thread Ryan Duckworth
searchProducts.RecordCount GT 0 h2Products/h2 !-- Display Product results -- cfoutput query=searchProducts a href="" productname #/abr /cfoutput /cfif cfif search.RecordCount GT 0 h2Dolls/h2 !-- Display Product results -- cfoutput query=search a href=""> /cfoutput

RE: Search 2 tables

2004-08-02 Thread Ryan Duckworth
searchProducts.RecordCount GT 0 h2Products/h2 !-- Display Product results -- cfoutput query=searchProducts a href="" productname #/abr /cfoutput /cfif cfif search.RecordCount GT 0 h2Dolls/h2 !-- Display Product results -- cfoutput query=search a href=""> /cfoutput

RE: CFMail

2004-08-09 Thread Ryan Duckworth
', 'java.lang.Thread').sleep(30) cfelseif currentRow mod 100 eq 0 !--- sleep 1 min for every 100 emails --- cfset createObject('java', 'java.lang.Thread').sleep(6) /cfif Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS

RE: CFMail

2004-08-09 Thread Ryan Duckworth
').sleep(6) /cfif When you place this code inside you CFOUTPUT query statement it will send all the email you have in your query and delay for the server to allow them to go through. Thanks, Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane

RE: Java sleep method ties up no resources?

2004-08-10 Thread Ryan Duckworth
have 9 available even with this batch process that you want to run over a period of time... i.e. over night or one hour. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 _ From: Matt Robertson [mailto

RE: Count Online Users Conundrum

2004-08-17 Thread Ryan Duckworth
cfloop collection=#Application.UsersInfo# item=itmUser cfset userActiveTime = Evaluate(DateDiff(n, StructFind(Application.UsersInfo, itmUser), Now())) #userActiveTime# /cfloop Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park

RE: Count Online Users Conundrum

2004-08-17 Thread Ryan Duckworth
I think you have a situation where the sessions are staying active long after the user logs off.Run that loop and let me know what you get back.Your problem will probably be obvious then. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane

cfx_imageflare transparent image - alpha property help

2004-09-02 Thread Ryan Duckworth
),((locGetGreen + locStaticColorGreen)/2),((locGetBlue + locStaticColorBlue)/2) ) b.setpixel(x,y,newColor) end end end b.save( '#expandpath('.\#locDestinationFile#')#' ) cfoutput img src="" name=Source br img src="" name=Destination /cfoutput /body /html Ryan D

Re: Expected = instead of (0x3C)

2005-05-19 Thread Ryan Duckworth
Can you please post your entire cfchart tag. Thanks, Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 On 5/18/05, Daniel Kang [EMAIL PROTECTED] wrote: When I run cfcharts, I am getting the error

Re: Expected = instead of (0x3C)

2005-05-19 Thread Ryan Duckworth
* from QAnswerExp /cfquery cfdump var=#qryAnswerExp# Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 cfset qryAnswerExp = QueryNew(QA,QB,QC,QD,QE,QF) cfset newRow = QueryAddRow(qryAnswerExp) !--- set

RE: How to do this join? (MySQL 4.0 can't do subqueries...)

2004-07-01 Thread Ryan Duckworth
#' AND newsletter_subscription.Series_ID is null /CFQUERY I believe this query will solve your problem.Can you send your table desctriptions? Also, If there is no subscription, I am assuming the newsletter_subscription.Series_ID would be null. Ryan Duckworth Macromedia Coldfusion Certified

Help!! CFHTTP failing

2004-09-20 Thread Ryan Duckworth
Please help! I am getting a timeout on a CFHTTP call.This code has worked for over 6 months. This weekend we had a planned power outage and everything got turned off. Any ideas?Running CF 6.1 on Win 2000. Thanks, Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig

RE: Help!! CFHTTP failing

2004-09-20 Thread Ryan Duckworth
the first time, the ColdFusion service would not start back up. We copied the file from another production box and rebooted and it worked fine. Our only indication of a problem was a CFHTTP call failure. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane

RE: JAVASCRIPT and textarea

2004-09-22 Thread Ryan Duckworth
I agree.Simply replace after the submit. Also, you can strip complicated things out using DOM. We use the DOM to strip out HTML tags such as: Removing FONT tag. if(child.tagName.toUpperCase() == 'FONT'){ child.removeNode(); } Good luck. Ryan Duckworth Macromedia ColdFusion Certified

RE: JAVASCRIPT and textarea

2004-09-23 Thread Ryan Duckworth
); aeObject.DOM.body.innerHTML = fullCleanWorkSpace2.innerHTML; Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 _ From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: Thursday, September 23, 2004 11:08 AM To: CF-Talk

RE: JAVASCRIPT and textarea

2004-09-23 Thread Ryan Duckworth
); aeObject.DOM.body.innerHTML = fullCleanWorkSpace2.innerHTML; More DOM information can be found here: http://msdn.microsoft.com/library/default.asp?url=""> /reference/methods/removenode.asp Good luck! Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983

RE: .cgi conversion

2004-09-24 Thread Ryan Duckworth
://members.fortunecity.com/neshkov/dj.html Good luck. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 _ From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Friday, September 24, 2004 9:03 AM To: CF-Talk Subject: RE

RE: JavaScript Enabled Stats

2004-10-13 Thread Ryan Duckworth
ActiveXControls DHTML IFrames StyleSheets FileUpload MouseOver ImagesEnabled Plugin_Acrobat Plugin_AcrobatVerEx ImagesEnabled Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 _ From: Jason

RE: JavaScript Enabled Stats

2004-10-13 Thread Ryan Duckworth
, BrowserWidth, ColorDepth, Flash, FlashSP2, FontSmoothing, Cookies, _javascript_, _javascript_Ver, JavaApplets, ActiveXControls, DHTML, IFrames, StyleSheets, FileUpload, MouseOver, ImagesEnabled, Plugin_Acrobat, Plugin_AcrobatVerEx, ImagesEnabled. Ryan Duckworth Macromedia ColdFusion Certified

RE: Help with Select Query

2004-10-14 Thread Ryan Duckworth
What are you trying to select? The highest Quiz score for a certain customer? Please clarify what you want back or we can't help. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 _ From: [EMAIL

RE: scheduling pages

2004-10-08 Thread Ryan Duckworth
I would probably re-evaluate the process overall, but this may help. One idea is to have the process run more efficiently but using code similar to this: if(fileExists(locFilePath)){ createObject('java','java.io.File').init(locFilePath).delete(); } Ryan Duckworth Macromedia ColdFusion

Source Control

2004-10-19 Thread Ryan Duckworth
but not required. The first time I tried MS Visual SS it was very easy to integrate with. I have tried using CVS, but had problems getting everything setup smoothly. Management would rather take the free choice over the expensive one. Suggestions please!!! Ryan Duckworth Macromedia ColdFusion Certified

RE: CF developer numbers

2004-10-19 Thread Ryan Duckworth
http://www.macromedia.com/v1/handlers/index.cfm?Id=19865method=full Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 -Original Message- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent

RE: Cached Query and CFQUERYPARAM

2004-10-19 Thread Ryan Duckworth
the datasource in the CF ADMIN, and your query will error out if you try to insert or update into your new column. Setting the max pooled statements to 0 solves this problem. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913

SQL Deadlock

2004-10-20 Thread Ryan Duckworth
. We get a message similar to the one above about once a week. My guess is that the deadlock occurred b/c the same row was attempting to be read and written to at the same time. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park

RE: Need a functioning static CFCHART sample

2004-10-21 Thread Ryan Duckworth
value = 5 cfchartdata item = Test item 3 value = 55 /cfchartseries /cfchart Ryan Duckworth Macromedia ColdFusion Certified

RE: what is it called..?

2004-10-21 Thread Ryan Duckworth
= encrypted(password,symmetricKey); decrypted = decrypted(encrypted,symmetricKey); Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 -Original Message- From: Richard Meredith-Hardy [mailto:[EMAIL

RE: Returning Random Records

2004-10-27 Thread Ryan Duckworth
random_cursor /cfquery cfdump var=#randomRecord# Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 -Original Message- From: Damien McKenna [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 4:59 PM

RE: cfchart / cfgraph help please

2004-10-28 Thread Ryan Duckworth
-Login to your CF Administrator -Click the charting Link. Try these settings: Disk Cache 50 4 C:\CFusionMX\charting\cache This should solve your problem. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754

RE: Online Presentations

2004-11-02 Thread Ryan Duckworth
Flash com server w/ flash remoting, ColdFusion, and using Macromedia's RoboDemo to create the presentation. Tom Muck has a great Flash Remoting book out right now. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913

RE: CC Gateway question

2004-11-09 Thread Ryan Duckworth
to help. Good luck. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 -Original Message- From: Mark A Kruger [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 2:33 PM To: CF-Talk

RE: CC Gateway question

2004-11-10 Thread Ryan Duckworth
. This is the approach that we took. We used ZP4/DPV (http://www.semaphorecorp.com/cgi/zp4.html) which costs $150 every 2 months and runs on our servers so we were able to scrub all of our current addresses and validate all new incoming addresses. Good luck! Ryan Duckworth Macromedia ColdFusion Certified

RE: How do I rewrite this as a join query?

2004-11-17 Thread Ryan Duckworth
/cfquery Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 8:25 AM To: CF-Talk Subject: How do I

RE: Replacing variable text in a string

2005-02-01 Thread Ryan Duckworth
This works and is tested: cfscript yourString = set primary_assign_id = 123; /cfscript cfoutput #REReplaceNoCase(yourString,set primary_assign_id = [[:digit:]]{3},,ALL)# /cfoutput Good luck. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig

RE: email add verification (loose)

2005-02-01 Thread Ryan Duckworth
-]+)[EMAIL PROTECTED](\.[a-z0-9-]+)*\. (([a-z]{2,3})|(aero|coop|info|museum|name))$,Email) /cffunction Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 -Original Message- From: Ray Champagne

RE: null null The error occurred on line -1.

2005-02-07 Thread Ryan Duckworth
Statements to 0, you don't have to reset the data source. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 -Original Message- From: Bert Dawson [mailto:[EMAIL PROTECTED] Sent: Monday, February 07

Not requiring cookies

2005-02-21 Thread Ryan Duckworth
other people have done to accomplish this in an effective and easy to implement way. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272

Customers losing their session information - Help!!!!!!!

2005-03-04 Thread Ryan Duckworth
some anti-spam-spy-ware software running? Please help!!! Running CF 6.1 w/ all updates. Thanks, Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272

RE: Customers losing their session information - Help!!!!!!!

2005-03-04 Thread Ryan Duckworth
: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 9:52 AM To: CF-Talk Subject: RE: Customers losing their session information - Help!!! From: Ryan Duckworth [mailto:[EMAIL PROTECTED] We have this problem with some customers who lose their session information

RE: Customers losing their session information - Help!!!!!!!

2005-03-04 Thread Ryan Duckworth
I think our sysAdmin figured it out. They published a GPO (Group Policy Object) with some crazy security settings. Once they revoked the GPO, they were able to use our site perfectly like everyone else. Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983

JSESSIONID - Help

2005-03-18 Thread Ryan Duckworth
customers to not lose their sessions. Please help. Thanks, Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park, KS 66211 (913) 754-4272 ~| Logware

Re: var and queries with no name

2007-10-01 Thread Ryan Duckworth
Chad, You should always var your query name and use a query name to make it a local variable and avoid race conditions. With that said, that is not the cause of your problem. The deadlock is occurring at the database level. Normally I can get rid of deadlocks by tuning the query. There are

CF 8 Load Time Problem

2007-10-01 Thread Ryan Duckworth
We have been running CF 8 in our dev environment without any problems. After upgrading to CF 8 on one of our production boxes, we are having lots of problems. The first page hit seems to take an extreme amount of time. We have been watching these requests using Fusion Reactor and have seen the

Re: CF 8 Load Time Problem

2007-10-04 Thread Ryan Duckworth
Message- From: Ryan Duckworth [mailto:[EMAIL PROTECTED] Sent: Monday, October 01, 2007 3:31 PM To: CF-Talk Subject: CF 8 Load Time Problem We have been running CF 8 in our dev environment without any problems. After upgrading to CF 8 on one of our production boxes, we are having lots

Re: CF 8 Load Time Problem

2007-10-04 Thread Ryan Duckworth
We may have found a problem... We create a bunch of functions and put them in the request scope. On that page, just before the createObject calls was a call to one of those functions in the request scope but is was missing the request scope. Correctly Scoped Call: request.param(form.action,);

Re: CF8 Dev running very slow

2007-10-04 Thread Ryan Duckworth
Bill, We are having the same problem on our newly installed CF 8 Servers. Page requests that loaded in 100ms on CF7 are taking up to 30 seconds on CF8. Please view the thread I created here: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:53667#289881 Have you installed CF 8

ColdFusion Cumulative HotFix List

2006-04-17 Thread Ryan Duckworth
Is there a way to be on a list with Adobe to be alerted when Cumulative Hot Fixes are released? We were having problems w/ web services and started searching and noticed that ColdFusion MX 7.0.1 Cumulative Hot Fix 2 was released on March 2nd. This Hot Fix solved our problem, but we would rather

Re: Catching bogus credit card numbers

2006-04-17 Thread Ryan Duckworth
We authorize the transaction at the time the order is placed using a service called Authorize.net http://www.authorize.net/ This would solve your problem b/c those transactions would be rejected and the user would receive an Invalid credit card number error message. On 4/17/06, Mosh Teitelbaum

GUID in binary format

2006-06-02 Thread Ryan Duckworth
I am tying to setup a laptop with ColdFusion and SQL Server 2000 personal edition. The datasources are setup in the CF Admin as an ODBC Socket The problem is that all GUID's are returning in a query as binary. Please help! It must be SQL Server personal edition b/c it is Win 2k Professional

Could not perform Web service invocation

2006-09-11 Thread Ryan Duckworth
I recently integrated with TeleCheck to accept eChecks on our sites. Everything seems to work perfectly except for ColdFusion's ability to generate and hold onto the stub code for the webservice. The worst kind of problem too... it is intermittent with no obvious pattern. The WSDL files look

Re: Hosting companies

2006-09-11 Thread Ryan Duckworth
Which of these hosts offer remote desktop access? On 9/9/06, B V [EMAIL PROTECTED] wrote: Like many others, I enjoy HostMySite... I have never had a more dedicated host, and pricing is good. They support MySql as Well as MSSQL, I believe on the same plan. I am in DC2, and I can tell you that

Re: Could not perform Web service invocation

2006-09-11 Thread Ryan Duckworth
: Ryan Duckworth [mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2006 10:30 AM To: CF-Talk Subject: Could not perform Web service invocation I recently integrated with TeleCheck to accept eChecks on our sites. Everything seems to work perfectly except for ColdFusion's ability to generate

Re: Could not perform Web service invocation

2006-09-20 Thread Ryan Duckworth
E-mail: [EMAIL PROTECTED] -Original Message- From: Ryan Duckworth [mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2006 10:30 AM To: CF-Talk Subject: Could not perform Web service invocation I recently integrated with TeleCheck to accept eChecks on our sites. Everything seems

Re: Fusion Reactor interfering with web services?

2006-09-21 Thread Ryan Duckworth
Are these web services created by CFC's or not? Are you getting a compiler error like this? coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler Can you post the stack trace of the error message that you get? Also, in your WS directories under \CFusionMX7\stubs are there

Re: Fusion Reactor interfering with web services?

2006-09-21 Thread Ryan Duckworth
: Ryan Duckworth [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 2:38 PM To: CF-Talk Subject: Re: Fusion Reactor interfering with web services? Are these web services created by CFC's or not? Are you getting a compiler error like this? coldfusion.jsp.CompilationFailedException

Subclipse... Subversion and Eclipse Integration Help

2006-07-27 Thread Ryan Duckworth
After attending CFUnited we decided to investigate using Subversion Source Control for our ColdFusion applications. I have Subversion up and running along with TortoiseSVN. I have successfully setup a repository and checked out a local working copy from the repository. I can also make changes

Re: Subclipse... Subversion and Eclipse Integration Help

2006-07-28 Thread Ryan Duckworth
are trying to add the repository using cvs. If you have the Subclipse plugin properly installed you should change perspective to SVN Repository Exploring and then create a new location. Should be straightforward from there. Let us know how you go. Angus On 28/07/06, Ryan Duckworth [EMAIL PROTECTED

Could not unlock the named lock

2005-10-19 Thread Ryan Duckworth
Has anyone seen an error similar to this before? Could not unlock the named lock 623068599CLIENTSCOPESERVICE because no lock is known by that name. CF7, Win 2003 Server Thanks, Ryan Duckworth Macromedia ColdFusion Certified Professional Uhlig Communications 10983 Granada Lane Overland Park

java.awt.Robot Integration using createObject

2005-11-23 Thread Ryan Duckworth
); BufferedImage img = r.createScreenCapture(rect); ImageIO.write(img, png, new File(pngPath)); } catch (AWTException e) { System.err.println(e); } catch (IOException e) { System.err.println(e); } } } I would really appreciate any help. Thanks, Ryan Duckworth 913.486.2611

cfscript Common Functions and Best Practices

2005-12-06 Thread Ryan Duckworth
Currently we have many functions that we use within cfscript. We are storing them in the request scope (see 2 examples below). Here is what I am don't like about this approach: Every page hit from every user is loading these common functions. I personally am not convinced that the request

Ability to kill requests and threads

2005-12-08 Thread Ryan Duckworth
I read about this new product on www.forta.com and thought I would check it out. I installed it on our development server and was able to kill running requests and threads. I thought this could be useful, instead of restarting the whole CF service. It also shows the memory usage and has some

Subversion and Eclipse - Version Rollback

2006-11-13 Thread Ryan Duckworth
After attending CFUnited we decided to investigate using Subversion for Source Control for our ColdFusion applications. I think this will meet our needs for Source Control, but we are also interested in tracking versions of our software and having the option of quickly rolling back to a previous

Re: load issue and SQL Server

2008-06-17 Thread Ryan Duckworth
Does the web server have 1 or 2 network cards? If only 1, it is contending with all the web traffic. 2 GB nics in the web server and 1 GB nic in the SQL Server should solve the problem. The default isolation level is READ COMMITTED, so that looks normal. When you find a thread in Fusion Reactor

Re: load issue and SQL Server

2008-06-17 Thread Ryan Duckworth
that in the ColdFusion Administrator you are using the name of the SQL Server and not the old IP address. I think this will solve your problem. Ryan On Tue, Jun 17, 2008 at 8:42 AM, Ryan Duckworth [EMAIL PROTECTED] wrote: Does the web server have 1 or 2 network cards? If only 1, it is contending with all

cfchart - cfchartseries - cfchartdata

2010-01-26 Thread Ryan Duckworth
I would like to change my cfchart to only show the label in my cfchartseries for the first and last data point. I can turn on/off the labels for the entire cfchartseries using on: datalabelstyle=value off: datalabelstyle=none How can I turn it on for the first and last data point, but off for

ColdFusion Builder 2 - File - Open - Path with Forward Slashes from Stack Trace

2011-11-09 Thread Ryan Duckworth
Does anyone know how to copy one of the paths below and open in ColdFusion Builder 2… In ColdFusion Builder 1… File – Open – Paste Path – Enter… would open the file. I am not sure what caused paths in stack traces to change from back slashes to forward slashes. Or, is there a way in the Local

Re: ColdFusion Builder 2 - File - Open - Path with Forward Slashes from Stack Trace

2011-11-09 Thread Ryan Duckworth
by a CFM file, exception.cfm. In theory you can just edit that yourself. On Wed, Nov 9, 2011 at 9:04 AM, Ryan Duckworth ryanduckworth...@gmail.com wrote: Does anyone know how to copy one of the paths below and open in ColdFusion Builder 2… In ColdFusion Builder 1… File – Open – Paste

Re: ColdFusion Builder 2 - File - Open - Path with Forward Slashes from Stack Trace

2011-11-09 Thread Ryan Duckworth
( encodeForError(vcfml[1] ), ##x2f;, \, all )#/bbr/ line 146: b#s_called_from#/b #encodeForError(vcfml[i])#br b#s_called_from#/b #replaceNoCase( encodeForError( vcfml[i] ), ##x2f;, \, all )#br/ line 294: #encodeForError(vjava[i])# #replaceNoCase( encodeForError( vjava[i] ), ##x2f;, \, all )# Best, Ryan

ColdFusion - Long Running Processes - Garbage Collection - structDelete

2011-12-16 Thread Ryan Duckworth
We used a trick in *ColdFusion 8* that does not seem to work in *ColdFusion 9*. Inside of loops in heavy lifting / long running processes ( scheduled pages ), we would use: structDelete( variables, foo ); This would, in theory, remove the pointer to the location in memory and allow for garbage