In R5 this workedI have an Outline within a Frame (framename=navigator)
OutlineEntries have all an action with a formula like
FIELD ViewSelection := “Projects”;
@Command([ViewRefreshFields]) ; 1
Where ViewSelection has different values. And for the OutlineEntry Targetframe is set to NotesView
The Field ViewSelection resides on an Form in my second Frame (called NotesView ie my targetframe)
On this Form a embedded view is resident and showing single categories computed by the Field ViewSelection
Selecting a outlineentry caused change of the categorie shown in my targetframe.
However the same database opened with a R6.5.2 client did not behave in the same way. Switching of categories was not possible, did not work as in R5.
Opening the Outline in Designer (R6) revealed that in R6 it is not possible anymore to set a targetframe when the content type of the OutlineEntry is set to Action.
Is this a Bug in R6 or is it designed as meant or was the behavior in R5 a (useful) Bug?