ANy ideas how to implement following functiopnality:Develop form, which dynamically (say every 10 seconds) reads content of the Notes document and displays (other user might in the same time save this document several times, so fields will change.
This must run on the Notes client …any ideas?
Thanks
Subject: RE: Refreash document every 10 seconds
Read about NotesTimer class.To redisplay the document information with changes made by other users, you will have to close and reopen it. Look at NotesUIDocument.Close and NotesUIWorkspace.EditDocument.
Subject: RE: Refreash document every 10 seconds
Don’t forget the NotesTimer class 