Hi Bruce,
Thank-you for your continued effort on this issue. You are right, I have made two requests in this thread. The first “Save and Next button” request is simpler to explain, is to be able to add a button to a form that will save the current record and get the next record in the browse without returning to the browse. If you could modify the NetWebForm template to do this by simply adding a special button in the NetWebForm template, that would be super cool. Thus the template would generate the code to construct the view as in the browse, then locate the position of the current record in the view, then get the next record and reload the form with this record.
The second request would be a just to be able to do part of the first request. That would be to have capability to call a NetWebForm page (i.e. via the "_SendFile" method) from the same or different NetWebForm with the primary key to the file record in session variables and have the NetWebForm handle the record update as if it was called from the NetWebBrowse. Then the programmer is responsible to get next primary record key fields for the form, such as building the view, or whatever to get the next record. The NetWebForm template only allows a single table to be updated anyway, not the view. One of my objectives is to do a “save and next” method. The second request, although more complex for programmer, has more flexibility, thus I am just as happy with the second request.
Hopefully this helps you or maybe I am just rewording your comment.
Robert Kolanko