Reorder table using drag and drop -
05-27-2006
, 07:22 PM
Is it possible to use drag and drop in a grid to rearrange table order.
This would be an unindexed table along the line with enable cell
selection=.f.. I want to allow the user to drag the information for
example from record 10 to the second position in the grid. I was
hoping that there was a command along the line of
thisform.grid1.recordswap(thisrecord,thatrecord).
Thanks for any help. |