This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Kirk Cisponegenetsi 13.Dec.03 07:45 PM a Web browser Applications DevelopmentAll ReleasesAll Platforms
Hi
I have a document that contains an embeded view (single category using UID of UIDoc). I have an action button that adds documents to the view. I have a field on my document that keeps track of the number of documents that are in the embeded view - when I have added documents using my button I do a UIDoc.Refresh and this triggers my routine that updates the doc count on the UIDoc. When the user deletes a document in the embedded view and presses F9 I do not get informed of it in my UIDoc and cannot therefore update the document count.
I have found a few references to this problem here in the forum but nobody answered the "delete" problem.
No event gets triggered in the view (so that I could use workspace.currrentdocument.refresh) AFTER the delete of the document - I do get a QueryDocumentDelete event but that is BEFORE the document is deleteted!