That error should have nothing to do with IE5.5, or any browser.  Have
you verified that it still works in IE5.0, and other browsers?

-- 
Billy Cravens
[EMAIL PROTECTED]



Philip Arnold - ASP wrote:
> 
> I've just upgraded to IE5.5, and on an application that uses Application
> scope variables suddenly stopped working - this code worked perfectly on
> IE5.0
> 
> It gives me;
> "Attempt to access an Application variable when application management is
> not enabled. Use the CFAPPLICATION tag to enable application management.
> 
> Note: This feature may have been disabled by the site administrator."
> 
> Now, I KNOW that it's activated in the back office, and here's the code;
> <cfApplication name="EBiz" ApplicationTimeOut="#CreateTimeSpan(0,1,0,0)#">
> <cfif not isDefined("application.DPAfieldTransformation")>
>         <cfscript>
> 
> application.DPAfieldTransformation=QueryNew("FieldName,DisplayName,FieldLeng
> th,Required,PRRequired");
> 
> And then the definitions
> 
> It crashes on the first line of code in the CFScript (QueryNew)
> 
> Any ideas anyone?
> 
> Philip Arnold
> ASP Multimedia Limited
> T: +44 (0)20 8680 1133
> 
> "Websites for the real world"
> 
> **********************************************************************
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are addressed. If you have received this email in error please notify
> the system manager.
> **********************************************************************
> 
> 
>------------------------------------------------------------------------------------------------
> Archives: http://www.mail-archive.com/[email protected]/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
>with 'unsubscribe' in the body to [EMAIL PROTECTED]
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to