Documents always open up in a new window pane. So I thought, "Why not have it in a dialog box?" To do this, paste the following code into a view's QueryOpenDocument event
Dim ws As New NotesUIWorkspace Dim docs As NotesDocumentCollection Dim doc As NotesDocument Set docs = Source.Documents Set doc = docs.GetFirstDocument 'always suppress the default behaviour of notesview continue = False Call ws.DialogBox(Cstr(doc.form(0)),True,True, True,True,False,True,"Put your title here",doc, True,True,False)
Do you have comments on this tip? Let us know.
This tip was submitted to the SearchDomino.com tip exchange by member Sunil Vishwakarma. Please let others know how useful it is via the rating scale at the end of the tip. Do you have a useful Notes/Domino tip or code to share? Submit it to our bimonthly tip contest and you could win a prize and a spot in our Hall of Fame.
This was first published in October 2005