Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8419

Question about Visual Basic PlugIn and Library

$
0
0

I have some existing code used with CR 8.5 and an older version of Visual Basic shown below.

 

Dim rptHOURLY85 As New CrystalReport

     rptHOURLY85.ReportFileName ="C:\Program Files\Proficy\Proficy iFIX\APP\HOURLY85.rpt"

     rptHOURLY85.RetrieveDataFiles

     rptHOURLY85.Destination = crptToPrinter

     rptHOURLY85.PrintReport

     Set rptHOURLY85 = Nothing

 

I have upgraded to CR 11.5 and i need to write similar code to print my report to a PDF file.  The problem is I don't know which Plugin or Library I need to use, and If i did know which one, what instructions can be used with it?  Can someone please help me! I have searched the help.sap.com documents and could not find anything on these Plugin's

20140212_133440.jpg


Viewing all articles
Browse latest Browse all 8419

Trending Articles