SetViewInfo question

Ok,

I’m trying to embrace the new @functions included in R6 and decideded to use @SetViewInfo to restrict which documents a user sees in a view. Now, I’m trying to “Unfilter” the view. I use the following and it seems to work.

@SetViewInfo( [SetViewFilter] ; “” ; “Type” ; 1);

Here’s my challenge. When I unfilter the view, the cursor remains at the first document that matched the filter. Is there a way (using formula) to move to the very top of view?

Also, is it me or should there be a way to auto expand a view when it is first opened?

Thanks in advance,

D