I created a computed action in the outline (in DB A) to open another database main frameset (DB B) in the specified frame (in DB A). However, it always open a new window when it open the frameset.
Does anyone know how to solve this problem ? The formula is as below :
@PostedCommand(@SetTargetFrame(“Db Frame”));
@PostedCommand([FileOpenDatabase]; svr : FullDBName; “All Project Status By Company”)
Subject: Open Database Frameset in Another database’s Frame
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])
You might be able to use a notes link to the target database instead (although I didn’t test it). If it works, it should honor the navigation frame’s target frame property.