info("dropvcard")

The info(“dropvcard”) function returns the text of any VCards dragged onto a Drag Receiver form object (see Drag and Drop).


Description

This function returns the text of any VCards 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 VCard was dropped on the object, this function returns an error.

This example imports the dropped VCards onto the end of the current database.

window info("dropwindow")
importvcards info("dropvcard")

Error Messages

No dropped vcard. – No VCards were dropped on the Drag Receiver object (perhaps some other type of data was dropped).


See Also


History

VersionStatusNotes
10.0NewNew in this version.