Buttons and framesets

Hi,I have a frame which contains a page, this is the navigation. on this page there is a button with this action :

@Command([OpenView];“SomeView”)

This opens the view, but in a new window. I want it to open in my frameset, in a frame named “content”. Is this possible with buttons, or only with links?

Thanks,

Sven

Subject: Buttons and framesets

@SetTargetFrame(“content”);@Command([OpenView];“SomeView”)