I have a grid with an edit box (showing data from another table) that pops up over the grid when a particular condition is met.
The users would like to be able to drag the edit box around, to uncover whatever part of the grid it is on top of.
I've tried following examples in Foxpro and elsewhere, and can move an edit box round an otherwise empty form, but extrapolating the code to when the editbox is over a grid did not work - the box jumps back to its original position when the mouse is released.
Is it possible to d&d an object OVER a grid - if so, how please
The users would like to be able to drag the edit box around, to uncover whatever part of the grid it is on top of.
I've tried following examples in Foxpro and elsewhere, and can move an edit box round an otherwise empty form, but extrapolating the code to when the editbox is over a grid did not work - the box jumps back to its original position when the mouse is released.
Is it possible to d&d an object OVER a grid - if so, how please