Hello all:I have a button that composes a document for printing a group of documents from a view I need to close each document after it prints so I tried
Call PDoc.close
but nothing closes
notice that it is not a uidoc
any ideas
thanx
Hello all:I have a button that composes a document for printing a group of documents from a view I need to close each document after it prints so I tried
Call PDoc.close
but nothing closes
notice that it is not a uidoc
any ideas
thanx
Subject: Unable to differ document close
… but nothing closesnotice that it is not a uidoc
Well you’ve answered your own question: there is no NotesDocument “close” method – such a thing would make no sense, as it’s a back-end object. This method only exists in the NotesUIDocument class.
–