Hi.
I've got a form with a MSHFlexgrid object and a button that will popup another form with another mshflexgrid.
In the main form, clicking on a row it will provide details of that record on some textbox. Then I've got a button that will popup another form, so the user can choose a article. He chooses the article by double click and the popup form will unload.

What happens is:
when the user double clicks on the popup mshflexgrid, the parent mshflexgrid clicks to.
How can I resolve this behavior?

Thanks