@settargetframe doesn’t work with @command(editprofile)

Why the following formula triggered from an outline entry in the “left” frame opens the profile document in a new window while the frame “Right” is available. It works for opening forms or views but not with this action.

@SetTargetFrame(“Right”);

@Command([EditProfile];“profile”)

Using notes client

Subject: @settargetframe doesn’t work with @command(editprofile)

Correct. Why would you expect it to?

From designer help:

Usage

Use @SetTargetFrame before opening or refreshing the view, page, or frameset, or before composing or editing a document. The following @commands use the frame specified in the @SetTargetFrame:

@Command([Compose])

@Command([EditDocument])

@Command([OpenFrameset])

@Command([OpenPage])

@Command([OpenView])

@Command([RefreshFrame])

Subject: RE: @settargetframe doesn’t work with @command(editprofile)

thanks Harkpabst, I must have overlooked that part… you know how what happens to you after a day of coding!