It seems so as if the debugger does not support the use of the Command UIview.Selelct Document.
The following snippet is not debuggable with this debugger, but runs well if not debugged:
Sub Postopen(Source As Notesuiview)
Dim doc As Notesdocument
Dim entry As NotesViewEntry
'All Variables which start with
'an I are defined in Global
Set Iview=db.getview(“(IconvvcC)”)
Set Icoll=IView.AllEntries
Set entry=Icoll.GetfirstEntry
Set doc=entry.Document
iUnid$=Doc.universalID
Call Source.SelectDocument(doc )
. . .
The Select Document command lets the Debugger raise an error message “Command not available !” and further debugging of the sub Postopen is not possible.
Seems as if the debugger doesn’t know this command !?
Joe Herrmann
For a successful technology, reality must take precedence over public relations, for nature cannot be fooled. (Richard P. Feynman)