Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
tee4 #1
Re: Problems with StructKeyExists
I get a weird error with structexists in that if the key doesn't exists (which
should return false) it breaks! see code and error messgae below:
code:
....
<cfif not StructKeyExists(profile, "loyalty")>
<cfscript>
fUpdateSession = true;
structLoyalty = StructNew();
.....
Error message:
Error Occurred While Processing Request
The error occurred in
C:\workspace\xyzMX\wwwroot\framework\loyaltythepro file.cfm: line 101
Called from C:\workspace\xyzMX\wwwroot\index2.cfm: line 1659
Called from C:\workspace\xyzMX\wwwroot\index2.cfm: line 1
Called from C:\workspace\xyzMX\wwwroot\index.cfm: line 1
99 : <cfset profile = StructNew()>
100 : </cfif>
101 : <cfif not StructKeyExists(profile, "loyalty")>
tee4 Guest
-
Problems with StructKeyExists
I get a weird error with structexists in that if the key doesn't exists (which should return false) it breaks! see code and error messgae below: ... -
problems with preLoadNetThing and fileName (was problems with preLoadNetThing and importFileInto)
You don't want to leave the QT member in your cast when you publish your movie - it's not really there, it's linked. When you run the movie it will... -
Why am I Having Problems ?
On 8/2/03 1:08 PM, in article 6TUWa.216121$o86.33889@news1.central.cox.net, "Spam@markris.com" <Spam@markris.com> wrote: A Relationship requires... -
scp problems - again
I don't know what it is, but I seem to have more problems with scp than all the other bits of ssh put together. Anyway, here is my current problem....



Reply With Quote

