Ajax cfchart

2008-01-09 Thread Dustin Snell [Network Automation]
Is there a way via Ajax to automatically update CFCHART with new data without refreshing the page? If not with CFCHART are there any other technologies out there that can do this? ~| Adobe® ColdFusion® 8 software 8 is the most

FW: CFCHART in CFLAYOUT tabs with source param not working

2008-01-08 Thread Dustin Snell [Network Automation]
No ideas anyone? -Original Message- From: Dustin Snell [Network Automation] [mailto:[EMAIL PROTECTED] Sent: Monday, January 07, 2008 9:18 AM To: CF-Talk Subject: CFCHART in CFLAYOUT tabs with source param not working Hello, I would like to divide my CF charts up into a tabbed

CFCHART in CFLAYOUT tabs with source param not working

2008-01-07 Thread Dustin Snell [Network Automation]
Hello, I would like to divide my CF charts up into a tabbed layout. For some reason it is not working when I try to use the Source attribute (no tabs displayed only the first chart is visible). The only way I have been able to get this to work is to CFINCLUDE the content between the

RE: Exception thrown and not caught - is back

2008-01-03 Thread Dustin Snell [Network Automation]
I recall my question. I found I had not blocked content for .cfc requests in my OnRequentEnd. Sorry to clog the tubes with this. -Original Message- From: Dustin M. Snell [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 12:46 PM To: CF-Talk Subject: Exception thrown and not

Re: Multple CFWINDOWS - cannot identify - 2nd try

2007-12-19 Thread Dustin Snell
For anyone else who wants to do this, I got it working finally. But it required the use of a try catch block to ignore the exception caused when you try to ColdFusion.Window.getWindowObject(x) on a window that may or may not exist. I was unable to find an elegant method to check if a window

Re: Multple CFWINDOWS - cannot identify - 2nd try

2007-12-19 Thread Dustin Snell
I do dynamically create them so that if the user doesn't have the windows open they don't take up page-load time. ColdFusion could choose to make us do the same thing for all of our variables, but for ease we have IsDefined(). I think Adobe should add this type of functionality to CF for Window

ColdFusion.Window.getWindowObject causes exception on IE

2007-12-14 Thread Dustin Snell
I am getting the error “Exception Thrown and not caught” on IE7, code works on Firefox. Have been working on this for more than 8 hours. I need to capture the coordinates of a CFWINDOW so that if the user goes to another page on the site the window can be recreated in the same place. Just

RE: Old saw: jrun.exe out of control

2005-08-24 Thread Dustin Snell [Network Automation]
This is happening to us as well and it is driving us nuts If anyone can provide any guidance it would be greatly appreciated. -Dustin Snell Network Automation, Inc -Original Message- From: Eric J. Hoffman [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 6:11 AM To: CF-Talk

Setting up a cluster

2005-08-23 Thread Dustin Snell [Network Automation]
Hi all, We are wanting to set up a cluster for failover purposes. Would like to do this with 2 servers. Does anyone have suggestions for how to do this or know of a good introductory article? I only have experience setting up ColdFusion in a single server environment. -Dustin Snell

House of Fusion website always slow

2005-02-25 Thread Dustin Snell [Network Automation]
I couldn't help but notice that the Houseoffusion.com web site is notoriously and ridiculously slow. Does anyone think that this is a reflection of ColdFusion's ability to scale? If not, why has this not improved over the years? -Dustin

Forums software, recommendations?

2005-02-18 Thread Dustin Snell [Network Automation]
Hello all, What is the best ColdFusion based discussion forum software? We don't mind paying, but the quality and customizability needs to be there. Currently we are using Webboards, but it's a nightmare. -Dustin ~|

RE: SQL Server mirroring

2005-02-18 Thread Dustin Snell [Network Automation]
- From: Dustin Snell [Network Automation] [mailto:[EMAIL PROTECTED] Sent: Monday, February 14, 2005 10:57 AM To: CF-Talk Subject: OT: SQL Server mirroring Sorry this is kind of OT but it does have to do with our ColdFusion driven website. We currently have no redundancy in our web server

OT: SQL Server mirroring

2005-02-14 Thread Dustin Snell [Network Automation]
Sorry this is kind of OT but it does have to do with our ColdFusion driven website. We currently have no redundancy in our web server environment and would like to change this. This would mean some kind of mirror/cluster would need to be set up for our web server and for our SQL server. I know

OT: XML via OLEDB

2004-11-18 Thread Dustin Snell
Sorry for the OT post. Does anyone know if it there is an OLEDB driver that allows you to access an XML file as a database and query it? -Dustin ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net

RE: XML via OLEDB

2004-11-18 Thread Dustin Snell
and use OPENXML to search it 3. you can store the files in a XML database http://exist.sourceforge.net/ 4. plus many more ways -- Taco Fleur Senior Web Systems Engineer http://www.webassociates.com -Original Message- From: Dustin Snell [mailto:[EMAIL PROTECTED] Sent: Friday, 19 November

Retrieve a random record from a database

2004-07-20 Thread Dustin Snell [Network Automation, Inc]
of the records where public=1? I am just not sure how to structure the query to do this. Thanks in advance. Dustin Snell Network Automation, Inc www.networkautomation.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

CFFILE doesn't seek - how to do large files then?

2004-07-12 Thread Dustin Snell [Network Automation, Inc]
be in there? Or am I missing something? -Dustin Snell Network Automation, Inc [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

CFAPPLICATION session vars not sticking

2004-07-02 Thread Dustin Snell [Unisyn Software, LLC]
Hi All, CFMX 6.1 Win2003 Server I am trying to move an existing site to a new domain. The intranet app I made was working fine under the unisyn.com domain - now we have moved it to networkautomation.com (same server multihomed), and when I access the page under the new URL my session variables

So weird - cannot use variable for query in CFQUERY

2004-06-25 Thread Dustin Snell [Unisyn Software, LLC]
from cdomains where thedomain='#ListGetAt(getcustomer.email,2,@)#';/CFQUERY I have been working on this for hours and can't figure it out. I know I have stored my queries in variables before but it won't work in this case. Anyone ever seen this? -Dustin Snell Unisyn Software, LLC [Todays Threads

RE: So weird - cannot use variable for query in CFQUERY

2004-06-25 Thread Dustin Snell [Unisyn Software, LLC]
quotes being escapedtry: cfquery name=getdomaindupes datasource=#datasource# #preserveSingleQuotes(myquery)# /CFQUERY -joe - Original Message - From: Dustin Snell [Unisyn Software, LLC] [EMAIL PROTECTED] Date: Fri, 25 Jun 2004 07:53:16 -0700 Subject: So weird - cannot use variable

CFCHARTSERIES cannot do different colors for each bar in bargraph

2004-06-21 Thread Dustin Snell [Unisyn Software, LLC]
the swflash.cab codebase location from the Macromedia URL for the unsecure site to the secure site --- cfset graph_data = Replace(graph_data,http://,https://) !--- Now output the graph --- cfoutput#graph_data#/cfoutput Thanks for any help you can provide, Dustin Snell Unisyn Software, LLC [Todays

Online Quote Generation for CRM app written in ColdFusion

2004-06-18 Thread Dustin Snell [Unisyn Software, LLC]
for ColdFusion Quote I get people using the quote character in their ColdFusion code. It's major pain.Also nothing in the ColdFusion exchange that I could find. Any help you could offer would be appreciated, Dustin Snell Unisyn Software AutoMate - The leader in Windows Automation www.unisyn.com [Todays

CFMAIL TO param problems with large queries

2003-09-24 Thread Dustin Snell [Unisyn Software]
107 105 : cfmail 106 :query=sendnewsletter 107 :to=#sendnewsletter.email# 108 :mailerid=Unisyn Software Newsletter System -- http://www.unisyn.com; 109 :from=Unisyn Newsletter System [EMAIL PROTECTED] Does anyone know why this isn't working? -Dustin Snell

Re: CFMAIL TO param problems with large queries

2003-09-24 Thread Dustin Snell [Unisyn Software]
Another note - I also, tried: and email like '[EMAIL PROTECTED]' Still get the error below. Isn't it impossible then with this in my query that any records could be included that have 0 length in the email field as the error states? Dustin Snell - Original Message - From: Dustin Snell

Re: CFMAIL TO param problems with large queries

2003-09-24 Thread Dustin Snell [Unisyn Software]
Oddly it seems that I am getting all the records but at the end there is what seems to be a blank email address. When I cfoutput the results it outputs the text [empty string] at the end. Seems that should be impossible with the LIKE email ='[EMAIL PROTECTED]' in the query . The query is ordered

Re: CFMAIL TO param problems with large queries

2003-09-24 Thread Dustin Snell [Unisyn Software]
I am passing the query parameter to the CFMAIL tag directly. So I can't do this for each one. - Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, September 24, 2003 10:48 AM Subject: RE: CFMAIL TO param problems with large queries

Re: CFMAIL TO param problems with large queries

2003-09-24 Thread Dustin Snell [Unisyn Software]
I *am* disturbed with CF because this new attribute validation is *breaking* code that worked before in 4.5. This validation is unnecessary and is better to be left for the mail server to handle. It is especially a hassle when you are passing the query parameter to the CFMAIL tag the query

Re: CFMAIL TO param problems with large queries

2003-09-24 Thread Dustin Snell [Unisyn Software]
Thank you for your understanding. Empathy always helps a bit :-) As for your suggestion, as long as my code is using the QUERY param of the CFMAIL (instead of doing it one at a time) this will not work. Now in my query I am having to add all sorts of checks to make sure the address is valid. I

CF 6.1 upgrade causes sitewide 500 error!! Pain!

2003-08-14 Thread Dustin Snell [Unisyn Software, LLC]
Okay - hearing about all the great new stability enhancements in 6.1. I immediately upgraded to eliminate a problem where the cold fusion service would stop responding until reboot about once a day at random times. Now immediately after upgrade, all sites on this multsite server are returning an

Re: CF 6.1 upgrade causes sitewide 500 error!! Pain!

2003-08-14 Thread Dustin Snell [Unisyn Software, LLC]
there to get my out of a tough spot. I hope I can help someone out sometime in the future to give back. Now if only Macromedia could stop hurting me with their upgrades :-) Dustin Snell Unisyn Software, LLC [EMAIL PROTECTED] - Original Message - From: Chris Kief [EMAIL PROTECTED] To: CF

Re: CF 6.1 upgrade causes sitewide 500 error!! Pain!

2003-08-14 Thread Dustin Snell [Unisyn Software, LLC]
to pay 500 bucks to talk to somebody to fix it. Dustin Snell Unisyn Software, LLC [EMAIL PROTECTED] - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 5:12 PM Subject: CF 6.1 upgrade causes sitewide 500 error!! Pain! A few users

Re: CF 6.1 upgrade causes sitewide 500 error!! Pain!

2003-08-14 Thread Dustin Snell [Unisyn Software]
NONFATAL ERRORS 0 FATAL ERRORS Coldfusion seems to be running fine for now. Speed seems faster which is great! I sincerely hope this helps. -Dustin Snell Unisyn Software, LLC - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 6

Re: CF 6.1 upgrade causes sitewide 500 error!! Pain!

2003-08-14 Thread Dustin Snell [Unisyn Software, LLC]
incorrect. Thanks for your help Michael! Dustin Snell Unisyn Software, LLC [EMAIL PROTECTED] - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 5:22 PM Subject: Re: CF 6.1 upgrade causes sitewide 500 error!! Pain! Trust me

Re: CF 6.1 upgrade causes sitewide 500 error!! Pain!

2003-08-09 Thread Dustin Snell [Unisyn Software, LLC]
error. Any other ideas? Thank you so much for trying to help me. Dustin Snell Unisyn Software, LLC [EMAIL PROTECTED] - Original Message - From: Michael Dinowitz [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 4:35 PM Subject: Re: CF 6.1 upgrade causes

Re: Page Expiring when back button used

2003-08-09 Thread Dustin Snell [Unisyn Software, LLC]
I tried that both in MX 6.0 and MX 6.1 - same problem. Dustin Snell Unisyn Software, LLC [EMAIL PROTECTED] - Original Message - From: Qasim Rasheed [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 8:13 PM Subject: RE: Page Expiring when back button used

Re: CF 6.1 upgrade causes sitewide 500 error!! Pain!

2003-08-08 Thread Dustin Snell [Unisyn Software, LLC]
My previous reply to Michael outlines the re-enabling of those services. Unfortunately it didn't correct the 500 problem. Server is IIS 6 on Windows 2003 (obviously). Thanks again - appreciate any ideas. Websiteless, Dustin Snell Unisyn Software, LLC [EMAIL PROTECTED] - Original Message

Page Expiring when back button used

2003-08-06 Thread Dustin Snell [Unisyn Software, LLC]
/mx61_fixed_bugs.html issue: 46095 and 48216 Anyone have any ideas to solve this annoying problem? Dustin Snell Unisyn Software, LLC ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

CF 6.1 upgrade causes sitewide 500 error!! Pain!

2003-08-05 Thread Dustin Snell [Unisyn Software, LLC]
Okay - hearing about all the great new stability enhancements in 6.1. I immediately upgraded to eliminate a problem where the cold fusion service would stop responding until reboot about once a day at random times. Now immediately after upgrade, all sites on this multsite server are returning an

mixed quotes in SQL statement

2003-02-27 Thread Dustin Snell [Unisyn Software]
): SELECT * FROM TABLE WHERE fieldname='ahref=javascript('='10') hot java /a' Any ideas on how one would make this query work? Thanks! Dustin Snell Unisyn Software, LLC ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm

Re: mixed quotes in SQL statement

2003-02-27 Thread Dustin Snell [Unisyn Software]
Normally you just double up the single quotes to make them literal - apparently that is causing problems. How would you do this outside of Cold Fusion? Doesn't SQL have a native way to do this? Dustin Snell Unisyn Software, LLC - Original Message - From: Matthew Walker [EMAIL PROTECTED

Webinar software recommendations

2003-01-30 Thread Dustin Snell [Unisyn Software, LLC]
We are looking for a good software package to host online training sessions for our customers. Does anyone from this list have any recommendations for server side webinar software? Cold Fusion integrated or otherwise? TIA Dustin Snell Unisyn Software, LLC http://www.unisyn.com

Re: Webinar software recommendations

2003-01-30 Thread Dustin Snell [Unisyn Software, LLC]
) that shows my screen. Dustin Snell Unisyn Software, LLC http://www.unisyn.com - Original Message - From: Matt Liotta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, January 30, 2003 9:16 AM Subject: RE: Webinar software recommendations You might check out Macromedia's recent

Re: HELP: Installation of SQL Server 2000 under WinXP Professional

2003-01-04 Thread Dustin Snell [Unisyn Software, LLC]
, although I don't have any.. just wanted to let you know you are not alone. Dustin Snell Unisyn Software, LLC AutoMate - The Leading Windows Automation Software http://www.unisyn.com - Original Message - From: Robert Bailey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, January

CFCHART - how to use it with lists?

2002-11-26 Thread Dustin Snell [Unisyn Software, LLC]
of these two lists with the CFCHART tag? Thanks in advance. Dustin Snell Unisyn Software, LLC http://www.unisyn.com The Leader In Windows Automation ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription

CFAPPLICATION causes NULL Error for new users

2002-11-25 Thread Dustin Snell [Unisyn Software, LLC]
=#CreateTimeSpan(0,11,0,0)# Any idea? Dustin Snell Unisyn Software, LLC http://www.unisyn.com The Leader in System AutoMation Software for Windows ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

Re: CFAPPLICATION causes NULL Error for new users

2002-11-25 Thread Dustin Snell [Unisyn Software, LLC]
Answering my own post. I changed the variable handling mechanism from Registry to Cookie and it seemed to fix the problem. I still don't know why though. Dustin Snell Unisyn Software, LLC http://www.unisyn.com - Original Message - From: Dustin Snell [Unisyn Software, LLC] [EMAIL

Re: CFAPPLICATION causes NULL Error for new users

2002-11-25 Thread Dustin Snell [Unisyn Software, LLC]
No - actually it seems to have broken other things. This upgrade from 4.5 to MX is turning into a nightmare. Can anyone tell me why CFApplication with session and client management turned on causes a NULL error message for all new users? Dustin Snell Unisyn Software, LLC http://www.unisyn.com

making Coldfusion MX process htm files.

2002-11-22 Thread Dustin Snell [Unisyn Software, LLC]
fine but my site has many HTM pages that need to be processed also. Thanks for your help! Dustin Snell Unisyn Software, LLC ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

Complex object types to simple value??

2002-11-22 Thread Dustin Snell [Unisyn Software, LLC]
Hi again... trying to port from 4.5 to MX and I get this error. Anyone have any idea? -Dustin Snell Unisyn Software, LLC Error Occurred While Processing Request Complex object types cannot be converted to simple values. The expression has requested a variable or an intermediate expression

Re: Complex object types to simple value??

2002-11-22 Thread Dustin Snell [Unisyn Software, LLC]
That was it - I should have known. Thanks everyone. So far I am liking this version much better. Dustin Snell Unisyn Software, LLC - Original Message - From: charlie griefer [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, November 22, 2002 9:41 AM Subject: Re: Complex object

Re: Complex object types to simple value??

2002-11-22 Thread Dustin Snell [Unisyn Software, LLC]
currently getting an error about Client.Options being undefined. I am scared, please help me. :-) Dustin Snell Unisyn Software. LLC Error: Element OPTIONS is undefined in CLIENT. The Error Occurred in C:\Inetpub\wwwroot\Forums\Main.cfm: line 15 Called from C:\Inetpub\wwwroot\Forums\Index.cfm

Allaire Forums on Cold Fusion MX?

2002-11-22 Thread Dustin Snell [Unisyn Software, LLC]
options are different. I am currently getting an error about Client.Options being undefined. I am scared, please help me. :-) Dustin Snell Unisyn Software. LLC Error: Element OPTIONS is undefined in CLIENT. The Error Occurred in C:\Inetpub\wwwroot\Forums\Main.cfm: line 15 Called from C:\Inetpub

Re: Allaire Forums on Cold Fusion MX?

2002-11-22 Thread Dustin Snell [Unisyn Software, LLC]
heh - Original Message - From: Dustin Snell [Unisyn Software, LLC] [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, November 22, 2002 10:24 AM Subject: Allaire Forums on Cold Fusion MX? Repost with proper subject: Me again... I hope this is the last upgrading question

OLEDB Settings

2002-07-31 Thread Dustin Snell [Unisyn Software, LLC]
to work with OLEDB. Dustin Snell Unisyn Software, LLC __ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives

Re: OLEDB Settings

2002-07-31 Thread Dustin Snell [Unisyn Software, LLC]
Never mind - figured it out: Provider = SQLOLEDB.1 ProviderDSN = Server name (not database) How cryptic! No help available on this. -Dustin Snell Unisyn Software, LLC - Original Message - From: Dustin Snell [Unisyn Software, LLC] [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent

Re: Selective Verity?

2002-07-08 Thread Dustin Snell [Unisyn Software, LLC]
# language=#IndexLanguage# You just put a list of folder names in the noindex parameter and it does it. Good Luck Dustin Snell Unisyn Software, LLC - Original Message - From: Joseph Christina [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, July 08, 2002 8:36 PM Subject: Re

Printing on irregular landscape paper using CF

2002-07-02 Thread Dustin Snell [Unisyn Software, LLC]
the browsers print page functionality... is this something that is possible with Cold Fusion? Dustin Snell Unisyn Software, LLC __ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com

Firewall configuration for CF and SQL (sort of OT)

2002-06-27 Thread Dustin Snell [Unisyn Software, LLC]
require a $1000+ license of Windows 2000 server? Thanks very much for any wisdom you can offer to a Cold Fusion Administrator/Network Security newbie. Dustin Snell Unisyn Software, LLC __ Your ad could be here. Monies from ads go

Re: Firewall configuration for CF and SQL (sort of OT)

2002-06-27 Thread Dustin Snell [Unisyn Software, LLC]
I agree, thanks for your help! -Dustin Snell Unisyn Software, LLC - Original Message - From: Christopher Olive [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, June 27, 2002 1:17 PM Subject: RE: Firewall configuration for CF and SQL (sort of OT) putting the webserver

Re: testing..... I'm back

2002-06-18 Thread Dustin Snell [Unisyn Software, LLC]
I feel the same way - I was gone for about a couple months and now we have a massively new product - a new company who owns it etc. And all this talk about web services. We are still running CF 4.5. With so many changes I am afraid to UG now :-) -Dustin Snell Unisyn Software. LLC

OT: ColdFusion Job Opening at Unisyn Software

2000-08-29 Thread Dustin Snell
Cold Fusion Web Developer Ideal candidate has 2+ years experience Developing using Cold Fusion and SQL Server running on Windows NT/2000 platforms. Must also have ability to take aesthetics and ease of use into account in developing systems. Starting Salary Range: $40-$70K (depending on