wrockleberry
Programmer
If have a string grid on two forms. I open the second form modal to display detail lines from the source grid. I want to allow the user to select lines from the grid on the modal form, and move them to the grid on the original form. How do I handle the modal aspects of the second form to be able to allow the user to point to the grid line on the first string grid so I know where to move the items. Somehow, I think I need to close the modal form to enable the selected property on the string grid in the first form, but that spoils the user interface of dragging from one grid to the other. And wouldn't keep the display of those items not moved on the screen for the user.
Any ideas would be appreciated.
Thanks
Any ideas would be appreciated.
Thanks