Topic: Double Click on Grid leads to show multiple edit forms

I have the problem that multiple edit forms are shown if the record-edit ist started with doubleclick on the grid.
If  I close the first edit form then the second one is shown.

This happens if there are more then one edit-buttons defined on then main form.
Is the a way to define which edit form (and only this one) should be shown on grid_doubleclick?

Thanks for help

Re: Double Click on Grid leads to show multiple edit forms

http://myvisualdatabase.com/forum/viewtopic.php?id=6735

Re: Double Click on Grid leads to show multiple edit forms

Check for Show Record Buttons. You might duplicated your Show Record Button pointing to your Grid.

brian

Re: Double Click on Grid leads to show multiple edit forms

Hello mucfun

The case usually occurs because there are two Edit functions on the same form
Make sure you don't have a hidden Edit function that would duplicate a ShowRecord button (as suggested by brian.zabella)
Hope this can help you
JB