Board index » delphi » Problem: Master/Detail shows details during Master Insert
Richard
![]() Delphi Developer |
Fri, 21 Nov 2003 14:13:50 GMT
Problem: Master/Detail shows details during Master Insert
I have forms with a master record in editable controls with a nav bar
and the detail records in a grid. The grid even has it's own navbar. Users are confused because when they click insert, the detail records I have worked around this these 2 ways: a) disconnect the grid in the afterinsert and reconnect in post: this b) in the afterinsert, post the record and then put it back into edit Better ideas, anyone? -- ------------------------------------------------- |