This is a cryptic title I know. If I go to a form, i.e. from a grid, then I can add a new record by clicking ‘new’. I cannot just save, but to save I need again to click new. The record is stored and the form goes empty for the next entry. This behaviour is not always good. I have a grid and click new. Then I enter something and again I have to click new. I would expect to be able to click ‘save’ and return to the grid.
Re: new button to save
Hello,
You could pass an flag (global variable) to see if the user opened the grid and then called the form.
regards,
Bernhard Bernsmann
Re: new button to save
Well you can set an event on update and sc_redir to the needed page. This is what I do now. But the text ‘new’ is not appropiate here, but ‘save’ is…