Back To Where You Were

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

Disclaimer: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.