Re: Win32lib copy() multiple fields??
- Posted by Brian Broker <bkb at CNW.COM> Aug 11, 2000
- 435 views
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