Help ,sorry being dense - need to open a view using whole window

We’re opening a view in another window:

@Command([OpenView];“ROFSN”;@Name([CN];@UserName);1);

@SetViewInfo([SetViewFilter];@Name([CN];@UserName)+" Red";“ROFSN”;1;1)

What I have been asked to do is have that filtered view open up using the whole window, no sneaky list of views in the database. I’m being dense because I cannot see how to do it.

Any tips/suggestions gratefully received.

Subject: Hmmmm, a workaround

Hi again Sue,

You could create a Frameset with one frame, with your view as the content, then use:

@Command([OpenFrameset]; “”)

I haven’t tried it, and I suspect that getting to the right document might be tricky. Perhaps a PostOpen event in the view might do it? Also, your filter will complicate things too. Good luck!

Phil