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

Thank you Tim. I am still learning.

Tim Ward Wrote:

> On 02/02/2021 16:24, Jerry Frost wrote:
> > Next hurdle for me. How do I send text to the clipboard from dBASE?
> >
> Hi Jerry,
>
> EntryFields and Editor controls have a copy() method which copies
> selected text to the clipboard.
> If the selectAll property is set to true, when an entryfield gets focus
> all the text is selected. Issuing something like form.entryfield1.copy()
> will copy the contents to the clipboard.
>
> Tim
>