I have Lotusscript code in a database that fills out values in a form (document) from -another- database. The pseudocode looks a little like:
doca.fieldy = docb.fieldz
docb.fieldy = docc.fieldz
etc. etc.
After filling out some fields however, I would like to be able to view/edit the form from the -other- database.
I already have a handle on that doc obviously, but my question is: what is the best way to view/edit this doc? Is there some sort of doc.Open or doc.View method?