|
-
March 12th, 1999, 02:20 PM
#1
What is the best way to print a crystal report
I am trying to print a report designed in crystal reports to print the contents of a database. I use the code
Private Sub cmdPrint_Click()
crReport.Action = crRunReport
End Sub
given in a book, but I get an error. Where am I going wrong and how do I rectify it
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|