Actually the problem seems to be with the instruction:
@PostedCommand([NavigatePrevMain]);
In 8.0.2 Notes understands we mean the real MAIN category in the original view, that’s to say the “selection_code_field”, while in previous releases the MAIN category was the one showed in embedded view.
However I got your suggestion and with this code:
@Command([RefreshFrame]);
@PostedCommand([ViewCollapseAll]);
@PostedCommand([ViewExpand]);
@PostedCommand([ViewRefreshFields]);
@PostedCommand([NavigatePrevMain]);<-- you got the (?hidden?) selection_code_field
@PostedCommand ([NavigateNext]);<-- you got the intended main category
@PostedCommand([ViewCollapse]);
@PostedCommand([ViewExpand])
this way I got only a blank row (sometime the selection code…) at the top
I will insert two actions one pre and another post= 8.0.2.
Can we hope to have this bug fixed in next release?