Hi,I need to delete the replicant items on itemchange event handler of the another drop down box. According to the item selected in this drop down, I want to delete the items in this replicant.I am not sure of the method to use. Wondering if somebody can help?Thanks.
In 6.5 and up it's IWItem.deleteInstance() method.Before that only by hacking corresponding Hash request
Thanks for your replies.My environment is TS 6.1 / SP 2 / Solaris 8.My requirement is that depending on the value selected in a select box (which is totally outside the replicants), i want to remove all the items in the replicant.After that the user should be able to add items to the replicant.I guess deleteInstance will remove the replicant container totally.ISCBorisB - You mentioned some sort of hack with the Hash request. Can you give me more details about. With TS 6.1, that seems to be the only solution.Regards,Deepak.