Hi, I applied a "Toolbar and List Page" pattern in "CustTable" form Tab Page. In which I added a grid and an action pane but the Comand button(OK) is opening the Form for the new customer, while it should create a new line in the grid.
Hi, I applied a "Toolbar and List Page" pattern in "CustTable" form Tab Page. In which I added a grid and an action pane but the Comand button(OK) is opening the Form for the new customer, while it should create a new line in the grid.
Thanks, Blue Wang
I am adding this New Commad Button in "CustTable" form Using Extension can you help me what I can do?
Hi Bilal,
When you click the New button,it will open a Dialog Page"DirPartyQuickCreateForm".
You can create a normal button and code on its clicked method (Give New to its Label and NormalImage property to make it look like a New button).
public void clicked() { yourDataSource_ds.create(); }
This issue has been discussed many times, You can refer these links:
Look in the create method of the form data source. Most likely this new form is launched when a new record is created in data source.
Martin Dráb
601
Most Valuable Professional
Abhilash Warrier
416
Adis
384
Super User 2025 Season 1