On 2/2/2021 10:29 AM, Jerry Frost wrote: > Mervyn, Is there also a way to send a variable to the clipboard? An example" cName = [entryfield]? >
The code in clipb.cc should be able to do that. I can't find it, thought
it was in the dUFLP, but maybe my description doesn't use some of the
wording, a pair of controls that I use a lot, for copying and pasting
fields from a rowset, and then pasting them into a new row.
:dUFLP:CopyRow.cc
This has a copy button and a paste button. You can specify which fields
if you need to or copy a whole rowset/record. It's not really using the
clipboard for this one, but it works pretty well.