Picture this....
I have a Query which displays Order (OrderHeader BO)
I have an Add New Order Panel Operation Button.
I create a New Order from that button.
The Form is displayed on the screen and the Reference Grid for the Order Lines at the bottom of the form.
Normally, I would have a Panel Operation button for Add New Line (Add Reference) and Operations with Rows or Edit and Delete.
However, instead of Adding an Order Line and then having to Click the Add New Line Button.... I want Form on which I am Adding the New Order Line to have two
buttons.... Another and Finish.
When I click Another than immediately a new OrderLine form is displayed and so on.
If I click Finished..... OrderLine Form Closes and the Order Header Query refreshes and shows the New Order Header Line.
I have tried a number of ways and always seem to run into a problem......
Such as, Cannot get the Original Order Query to refresh (regardless of the Processes or BOs I add to trigger the refresh.
Or, cannot get the OrderLine Form (ENTER NEW from a Process) to call the same Process on Save and close
Would appreciate any ideas to try please.