Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
OLEStartDrag is the method that takes care of copying and OLEDragDrop is the method that "paste".
LPARAMETERS oDataObject, nEffect
oDataObject.SetText(ALLTRIM(MyTable.Address))
LPARAMETERS oDataObject, nEffect, nButton, ;
nShift, nXCoord, nYCoord
THIS.Value = oDataObject.GetData(1)
move my line of data from one row to another.