Subject Re: Windows Clipboard
From Jerry Frost <ealer@comcast.net>
Date Tue, 02 Feb 2021 14:15:18 -0500
Newsgroups dbase.getting-started

Thanks Ken. I found clipb.cc and it works.
Ken Mayer Wrote:

> 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.
>
> Ken
>
> --
> *Ken Mayer*
> Ken's dBASE Page: http://www.goldenstag.net/dbase
> The dUFLP: http://www.goldenstag.net/dbase/index.htm#duflp
> dBASE Books: http://www.goldenstag.net/dbase/Books/dBASEBooks.htm
> dBASE Tutorial: http://www.goldenstag.net/dbase/Tutorial/00_Preface.htm