Let's try debugging.

See this line?
                <cfif structKeyExists(stObjectData, "userdirectory")>

before it, add:

<cfif structKeyExists(stObjectData, "userdirectory")>YES, val is
#stObjectData.userdirectory#<CFELSE>No</CFIF>


Then, see this line:
                        <cfif attributes.userDirectory is stObjectData.userDirectory>

before it, add:

<CFOUTPUT>current ud is #attributes.userdirectory#</CFOUTPUT>

Run the Set and tell me what you see.


=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda

> -----Original Message-----
> From: Fredrik Johansson [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 27, 2001 2:57 PM
> To: Spectra-Talk
> Subject: RE: UserProfile
>
>
> The UserProfiles gets created yes.
> They sure go exist in the CODB
>
> Then i use UserProfileSet there is a query that gets the userprofile from
> the CODB.
> It returns one record. But it never runs the UPDATE query.
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to