Hello,
I have created a frameset as my primary ui for my database which displays multiple views. The data that they display is periodically added from an external source using the Domino COM objects. In order for the user to see the new entries inserted from outside I’ve been using the NotesUIWorkspace::ViewRefresh method with a timer in my database script to refresh the data but unfortunatly this only updates the view which has the focus.
Now I’ve come accross a similar problem with a form which displays external data obtained from COM objects in which I simply called the NotesUIDocument::Refresh method. What I did is simply to keep a reference to the NotesUIDocument object in it’s global code space and with a timer simply call the refresh method. Unfortunatly the UI views don’t have a refresh method.
Is there a similar solution with views ? Maybe changing the select formula on my timer event ? can this be done programmatically ?
Thanks,
Dan