Hi,
how can i display the “Add New” button in grid details?

Hi,
how can i display the “Add New” button in grid details?

Hello:
I’m affraid you can’t use that functionality with grids, only with master/detail forms, if anything you can create a new button on the master form and use something like:
sc_redir('Detail_form_name', g_MasterId={Id});
So you can add new child records, remember you have to modify the form to receive a global variable with the master table record id.
Hope this helps you accomplish your goals.
Regards