another post here…
my LeftNav - Frame contains different Navigators embedded using the $$Navigatorbody in the $$NavigatorDefaultTemplate.
Like recommended I tried to pass a value (“&LastView=”) by URL using an editable Notes Field “LastView” on the $$NavDefTempl-form and it works. But calling another Navigator by Formula
@SetTargetFrame(“LeftNav”);
@Command([OpenNavigator];“Another Navigator”)
the Field becomes static Text and holds its value. I could use a HTML Field with the current view title instead but I cannot access it by Formula. Please Help - I am relatively new to Notes Web Developement and spent a lot of Time in this …