Could someone please help me? In the tutorial on instance call backs, how is the afterStore() method called? I am presuming it is called from both the afterInsert() and the afterUpdate(), although these calls don't appear in the documentation.
Also is it possible to write a call back routine that will ignore these methods. To explain this further I am writing a callback routine that will resequence a group of records. I can copy them into and array, remove them, but when I go to recreate the first one, the broker.store() wants to call the resequencing method again. BTW I am still using RC4. Regards Mark Berry
