Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


HOW to Add Copy Paste Button onto a crystal report viewer


HOW to Add Copy Paste Button onto a crystal report viewer

Author
Message
ktgforever
ktgforever
Forum God
Forum God (413 reputation)Forum God (413 reputation)Forum God (413 reputation)Forum God (413 reputation)Forum God (413 reputation)Forum God (413 reputation)Forum God (413 reputation)Forum God (413 reputation)Forum God (413 reputation)

Group: Forum Members
Posts: 1, Visits: 3
We have an invoicing Software , which generates invoices using Crystal Reports. What the report viewer has 2 buttons just print and close. There is no option or the report viewer does not allow the user to copy and paste text fields to word or excel.



So i added a copy command onto the frmreportshow form and used the following i got from "http://www.a1vbcode.com/vbforums/FindPost25097.aspx" . it doesnt work. Is there an command which would help use to copy the contents of the crystal report to clipboard.





command used :



Private Sub btnCopy_Click(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles btnCopy.Click



Dim emp As String = ReportFieldText



Clipboard.SetDataObject(emp)



End Sub
GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search