[_private/nddisc_ahdr.htm]

Re: Keeping a document selected

From: Pete
Category: Category 1
Date: 31 Mar 1998
Time: 15:53:55
Remote Name: fed2.frb.gov

Comments

Ken Try This,

First, make a view with the first sorted column having a formula of @Text(@documentuniqueid). Then on your form put a field called DocID with the formula @Text(@documentuniqueid) Then make a button in your form(the one you are saving) with the formula: @Command([FileSave]); @Command([OpenView] ; "Main" ; DocID)

Main is the name of the view you just created and DocID is the field on your form.

Hope this helps,

Pete

[_private/nddisc_aftr.htm]