Domino Connection
Probably every application eventually must read or write information from
or to documents. As data is stored within fields, the next step after
accessing a document as a whole is to get to the fields and their
contents.
- Note:
- The available query methods usually return un-initialized documents or pseudo
documents. If you get pseudo documents and you want to access all data
in the corresponding document, first use the asNote protocol to
convert the pseudo document into a "real" document. If you already have
"real" documents, use the fill method to retrieve the actual field
values.
If you are using views for queries, you will get pseudo documents (also
called pseudo notes) as results. Be aware that you might access items
within the AbtLnPseudoNote instances without converting them to
"real" AbtLnNotes.
[ Top of Page | Previous Page | Next Page | Table of Contents ]