Werner,
> Method ObjectTypeSet(Arg As ObjectType) As %Status
> {
> if (Arg '= ##this) {set i%ObjectType = Arg }
> else { set i%ObjectType = "" }
Why if Arg = ##this do you set ObjectType to a null OREF?
> In the SQL manager the entries looks like:
>
> [EMAIL PROTECTED] - for the ObjectType, just as you do a write on the
> console ...
That's weird.
> I need the set i%ObjectType = Arg to avoid a recursion...
Indeed, you need to set it like that.
> hope you see the mistake !
Not just yet :) But let me fully understand the logic of the ObjectTypeSet()
method and I may be better set to help.
Ram�n