The info(“dropwindow”) function returns the name of the window that contains the form data was dropped on.
Description
This function returns the name of the window that contains the form data was dropped on. Note: This window may not be the currently active window – the user can drag onto any window, not just the active one.
This example imports the dropped text onto the end of the current database. It starts by making sure the window that was dropped on is the active window.
window info("dropwindow")
importtext info("droptext"),"existingdata","append"
See Also
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0 |