How to Set Up a Grid as a Destination for Drag and DropLast reviewed: December 25, 1995Article ID: Q141636 |
The information in this article applies to:
SUMMARYBy default, if a grid is used for the destination of a drag and drop operation, the DragDrop method of the grid is called. This does not allow dropping into an individual grid cell, because the DragDrop method of the cell control is never called. This article shows how to calculate the destination cell coordinates, and call the DragDrop method of the appropriate destination.
MORE INFORMATIONThe following code demonstrates how a grid can be set up as the destination of a drag and drop operation. This example uses the Customer table from the \VFP\Samples\Data\Testdata database.
Step-by-Step Example
Notes
|
Additional reference words: 3.00 3.00b VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |