}
set current=..Rows.GetNext()
while(current'="")
{
do current.%DeleteId(current.%Id())
// bug set current=..Rows.GetNext()
}
//code omitted
}
This method is being called when object is being removed, that is why
I don't care about clearing the Rows. Problem is "set
current=..Rows.GetNext()" always return first element in Rows and
current.%DeleteId(...) doesn't work too. I'm confused because in first
case with Children list all is fine.
Can anyone help me?
Regards, Kazimir