Formulas in Outline options - do they work?

I have a request to create a log of each instance of a user accessing any view in a database.

I thought a good way to do this would be to create a form with a list of the various views and using the action of selecting the view through an outline, increment the appropriate counter on the form.

I have tried to use @SetDocField, but nothing gets updated. Is it possible to actually use an @Function in this context in an Outline? If not, does anyone have any good ideas short of creating a Navigator and doing my coding there?

Subject: Formulas in Outline options - do they work?

A better way is to put your code in the PostOpen event of each view.Otherwise, opening a view with “View-Go To-” would not be logged.

Subject: RE: Formulas in Outline options - do they work?

Thank Jan.