Hi Chip, You don't need to use sets.
Follow Keith's scheme, but without using 4D objects (which were not available until v14.) On Begin Drag, place the record's unique key in the text pasteboard. Or if there's more than one record, store a delimited list of the record keys in the text pasteboard. On Drop, locate the "dragged" records by their keys which you placed in the pasteboard during the "On Begin Drag” event.. - Jeremy French > On Jul 10, 2018, at 3:15 PM, Chip Scheide via 4D_Tech <[email protected]> > wrote: > > I was/am doing this through IP sets... > > ...remember someone telling me that it was possible to do drag n > drop between processes using ONLY the pasteboard... ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

