J
Jde001 jd001
How can I convert Crystal Report file (.rpt) to pdf format in Visaul
Basic 6?
Basic 6?
Jde001 jd001 said:How can I convert Crystal Report file (.rpt) to pdf format in
Visaul Basic 6?
I know very few from VB6, does this workHow can I convert Crystal Report file (.rpt) to pdf format in Visaul
Basic 6?
)))))))Try
Process.Start(p)
Catch e As Exception
MsgBox ("Couldn't print " & p.FileName & vbCrLf & e.Message)
'or
Throw New Exception ("Couldn't print " & p.FileName, e)
End Try