even this doesn't work. <cfset client.tony="test">
just to eliminate the wddx as an issue possibility. ..tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -----Original Message----- From: Tony Weeg [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 1:42 PM To: CF-Talk Subject: RE: client variables issue ray, yes....here it is....i have yes vs. true, but I think yes is what it calls for. <cfapplication name="NavtrakReports" sessionmanagement="Yes" clientmanagement="Yes" sessiontimeout="#CreateTimeSpan(0,0,60,0)#" clientstorage="clientStorage"> tony .tony Tony Weeg Senior Web Developer Information System Design Navtrak, Inc. Fleet Management Solutions www.navtrak.net 410.548.2337 -----Original Message----- From: Raymond Camden [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 12:25 PM To: CF-Talk Subject: RE: client variables issue Is clientmanagement=true in the cfappication tag? ======================================================================= Raymond Camden, ColdFusion Jedi Master for Hire Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda > -----Original Message----- > From: Tony Weeg [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 24, 2002 12:20 PM > To: CF-Talk > Subject: client variables issue > > > hi all. > > odd thing, im getting this error when trying to set a client > variable.... > > <cfif NOT isDefined("client.wddx_reportSettings")> > > <cfset reportSettings = #StructNew()#> > <cfset reportSettings.Color1 = "##33CCCC"> > <cfset reportSettings.Color2 = "##000000"> > <cfset reportSettings.Color3 = "##0000CD"> > <cfset reportSettings.Color4 = "##FFFFFF"> > <cfset reportSettings.Color5 = "##FFFF00"> > <cfset reportSettings.Color6 = "##000000"> > <cfset reportSettings.Color7 = "##FF0000"> > <cfset reportSettings.Color8 = "##FFFFFF"> > <cfset reportSettings.Speed1 = 10> > <cfset reportSettings.Speed2 = 35> > <cfset reportSettings.Speed3 = 55> > <cfset reportSettings.format = "html"> > <cfset reportSettings.NewViewStyle = "Asc"> > <cfset reportSettings.timeDisplay = "tw4hour"> > <cfset reportSettings.stopLineColor = "##efefb8"> > <cfset reportSettings.Page1 = "NotLowBandwidth"> > <cfset reportSettings.Page = "OneVehicle"> > <cfset reportSettings.defaults = 1> > <cfwddx action="CFML2WDDX" input="#reportSettings#" > output="client.wddx_reportSettings"> > > </cfif> > > Exception during WDDX operation. > coldfusion.runtime.NoOperScope$ScopeDisabledException: The requested > scope CLIENT has not been enabled.. > > The Error Occurred in C:\Inetpub\wwwroot\Application.cfm: line 59 > > 57 : <cfset reportSettings.Page = "OneVehicle"> > 58 : <cfset reportSettings.defaults = 1> > 59 : <cfwddx action="CFML2WDDX" input="#reportSettings#" > output="client.wddx_reportSettings"> > 60 : > 61 : </cfif> > > any ideas? > > ..tony > > Tony Weeg > Senior Web Developer > Information System Design > Navtrak, Inc. > Fleet Management Solutions > www.navtrak.net > 410.548.2337 > > ______________________________________________________________________ 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: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

