Dennis, thank you. That's what I did before. Armin From: [email protected] To: [email protected] Date: Tue, 21 Aug 2012 17:42:11 -0500 Subject: [RBASE-L] - Re: CTRL V
Armin, Check the rbase help for CLIPBOARDYou can programmatically push text into the clipboard. Then you can CTRL-V in the external program to paste it. Dennis McGrathSoftware DeveloperQMI Security Solutions1661 Glenlake AveItasca IL [email protected]: [email protected] [mailto:[email protected]] On Behalf Of Armin Thoma Sent: Tuesday, August 21, 2012 3:35 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: CTRL V Razzak thank you for your reply. I should exlain better! The focused field is outside of my R:Application in another non R:Application! Is that possible? Regards Armin > Date: Tue, 21 Aug 2012 16:29:14 -0400 > To: [email protected] > From: [email protected] > Subject: [RBASE-L] - Re: CTRL V > > At 04:22 PM 8/21/2012, you wrote: > > >How can I simulate CTRL - V (insert) from within an R:Application? > > > Use PROPERTY <Component ID> PASTEFROMCLIPBOARD 'TRUE' option to achieve > your goal. > > PASTEFROMCLIPBOARD pastes data from clipboard to the focused field. > This parameter is supported for DB/Var Edit/Memo/Image controls. > > Have fun! > > Very Best R:egards, > > Razzak. > > www.rbase.com > www.facebook.com/rbase > >

