Guest Posted March 18, 2011 Posted March 18, 2011 Message from: "Javi" Hi How I can copy to clipboard (Web Mode)? Thanks -- NNTP.hk - (^(oo)^) http://www.nntp.hk/web/ . Quote
Guest Posted March 18, 2011 Author Posted March 18, 2011 Message from: "Farshad Mohajeri" "Javi" wrote in message news:IVaXCwW5LHA.3560@anaxagvs227... > Hi > > How I can copy to clipboard (Web Mode)? What is the source? Do you want to copy to clipboard of the client PC? . Quote
Guest Posted March 22, 2011 Author Posted March 22, 2011 Message from: "Javi" I want to copy to clipboard of the client PC. I want to copy a string. Texto := DBGridToString(DbConsulta); Clipboard.AsText := Texto; But I create, that the best would be, can copy any type of data: string, bitmap, file... If it is not very costly. Thanks -- NNTP.hk - (^(oo)^) http://www.nntp.hk/web/ "Farshad Mohajeri" wrote: > > > "Javi" wrote in message > news:IVaXCwW5LHA.3560@anaxagvs227... > > Hi > > > > How I can copy to clipboard (Web Mode)? > > What is the source? Do you want to copy to clipboard of the client PC? > > > . Quote
Guest Posted March 22, 2011 Author Posted March 22, 2011 Message from: "Farshad Mohajeri" "Javi" wrote in message news:OUgrdiG6LHA.3560@anaxagvs227... >I want to copy to clipboard of the client PC. I want to copy a string. > > Texto := DBGridToString(DbConsulta); > Clipboard.AsText := Texto; > > But I create, that the best would be, can copy any type of data: string, > bitmap, file... If it is not very costly. > I will investigate javascript API to find available options for a browser side clipboard usage. logged #930 . Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.