A display-application
When displaying text from an Emdros database, you need to take the
following steps:
Find out the object id_ds of the objects which you wish to
display. This can either be done with a "SELECT (ALL|FOCUS)
OBJECTS" query, or, if you know the monads in which to look, with a
"SELECT OBJECTS HAVING MONADS IN" query.
Once you have the id_ds you want, proceed from step 2 in the
instructions for a query-application.
|