HELP: Master/Details

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

marc5.png

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