How to force refresh "show single category" formula for embedded view?

Hi

I have an embedded view which has a formula in the “Show single cateogry” setting. It’s on a form that’s only used on the notes client not in edit mode.

The user can click on a button to set the category to display an INI variable that causes the the view to appear with the category set. And that is fine.

The user can clear the value and the view is hidden, but if the user sets a new category, the embedded view won’t refresh to show the new category’s documents–it still displays the old set displayed.

If the form is in edit mode, then I can use

@Command( [ViewRefreshFields] )

and the show single category formula is updated and the view refreshes.

Is there anyway to force the “show single category” formula to recalculate when the form is not in edit mode? Seems like that’s what I need to happen.

Thanks

Mohib

Subject: How to force refresh “show single category” formula for embedded view?

Try @Command ([RefreshHideFormulas]) instead.I am not sure if it will work on read mode… but it’s worth a try!

Good luck,

Nicolas Abesdris

Quintessence e-solutions