The requirement was to find the selected docs Parent from a view of Response
docs, edit it and then come back to the response doc view.
This is in an Action button in the Response doc view. It grabs $Ref from the
selected doc, goes to a hidden view of Parent docs sorted by UNID and opens the
requessted parent doc in edit mode.
temp := @Text($Ref);
@Command([OpenView]; "(System\\Project Master by DocID)"; ""; "1");
@Command([OpenDocument]; "1"; temp)
This goes in the Parent doc's form QueryOpen event.
@If(@ViewTitle = "(System\\Project Master by
DocID)";@Command([FileCloseWindow]); "")
As the requested parent doc opens, the view closes behind it so that when you
exit the doc, you're back ar the Response doc you started on.
This was first published in November 2000