[SOLVED] Parent/Child FORM

I have a form which shows fields from PARENT record. This form has a master/detail section with CHILD records on the grid. The grid App works fine stand alone, but when displayed withing the form it seems to loose all editing capability (AddNew/Chenge/Delete buttons disapear).
Any ideas how can I fix it ?

PS>
see attached screenshoot

SC6_grid_edit_btn.jpg

Re: Parent/Child FORM

Hi sadarahu,
just my 2 cents on this subject. If you do a Master/Detail app and need to edit the details then don’t use a grid but use a form in editable grid view instead. You are waaaayyy more flexible with it.

invoice.png

Re: Parent/Child FORM

this works, thanks a lot
Arthur