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?

I think I would use the view’s PostOpen event to do that. Then it does not matter how the user opens the view. For example, it could be from a link.

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

Thanks Rod.