1. Win32lib copy() multiple fields??
Thanks for letting me know the trick with copy().
Now... How can I fill the clipboard with the contents of multiple fields?
Like - if I want to combine name, address, city, state, zip and move it into
the clipboard in a block?
----------------
Dr. John Coonrod, Vice President, jc at thp.org
The Hunger Project, 15 East 26th Street, NY, NY 10010 www.thp.org
2. Re: Win32lib copy() multiple fields??
On Fri, 11 Aug 2000 17:51:51 -0400, John Coonrod wrote:
>Thanks for letting me know the trick with copy().
>
>Now... How can I fill the clipboard with the contents of multiple fields?
>Like - if I want to combine name, address, city, state, zip and move it
into
>the clipboard in a block?
One possible solution is to have a hidden MleText box to which you can
arrange the data from individual EditText boxes however you'd like. Then
proceed as I showed in my last example. I'll whip up another demo if you'd
like...
-- Brian