The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Hi everyone.
How do I check if CRPE is already open.
This is how I activate it:
Dim crpApp As New CRPEAuto.Application()
Dim crReport As CRPEAuto.Report
crReport = crpApp.OpenReport(rptPath)
crReport.Preview()
I tried this:
On Error Resume Next
Set appCrystal = GetObject(,"CRPE.Application")
But it doesn't work. Any ideas.