Mike, thank you for your reply.Situation:  --> from within my R:App I call 
www.picanom.com to take a picture by webcam.--> the picture should be saved 
within picanom--> the R:App determines the Filename the picture has to be saved 
in--> problem:  to bring the filename from my R:App to the savedialog from 
picanom I know it could be done by CTRL-V.I ask myself if it could be done 
automatically (I use R:Base 9.1 64) DL Call would do this work? 
 > From: [email protected]
> To: [email protected]
> Subject: [RBASE-L] - Re: CTRL V
> Date: Tue, 21 Aug 2012 19:41:40 -0400
> 
> The DL Call will work conditional that the paste operation is going into 
> some kind of edit box on the target window.
> 
> ----- Original Message ----- 
> From: "Armin Thoma" <[email protected]>
> To: "RBASE-L Mailing List" <[email protected]>
> Sent: Tuesday, August 21, 2012 4:35 PM
> Subject: [RBASE-L] - Re: CTRL V
> 
> 
> 
> Razzak thank you for your reply.I should exlain better! The focused field is 
> outside of my R:Applicationin 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
> >
> >
>  
> 
> 
                                          

Reply via email to