The info(“droptext”) function returns text dragged onto a Drag Receiver form object (see Drag and Drop).
Description
This function returns text dragged onto a Drag Receiver form object (see Drag and Drop). It should only be used in a procedure triggered by that type of object. If no text was dropped on the object, this function returns an error.
This example imports the dropped text onto the end of the current database.
window info("dropwindow")
importtext info("droptext"),"existingdata","append"
Error Messages
No dropped text. – No text was dropped on the Drag Receiver object (perhaps some other type of data was dropped).
See Also
History
Version | Status | Notes |
10.0 | New | New in this version. |