Page History
...
Note: The index for the rows being returned begins at 0.
See Also
DRAGSOURCE property, DRAGSELROWCOUNT property
Example
| Code Block |
|---|
Declare function Get_Property
* retrieve the DRAGPOS property and display data in a message
dragSource = Get_Property("SYSTEM","DRAGSOURCE")
dragSelRows = Get_Property(dragSource,"DRAGSELROWS")
swap @fm with ',' in dragSelRows
msgText = "The rows ":dragSelRows:" were dragged from the editttable." msg(@window,msgText) |