[progress Communities] [progress Openedge Abl] Forum Post: Open File In Application From...

  • Thread starter Thread starter nix1016
  • Start date Start date
Status
Not open for further replies.
N

nix1016

Guest
I'm trying to export a crystal report to stream and opening that up directly in the corresponding application (i.e. PDF/Excel, etc) without having to save it to disk, is this possible? E.g. this is what I have started: DEFINE VARIABLE sourceStream As System.IO.Stream NO-UNDO. DEFINE VARIABLE crwReport as CrystalDecisions.CrystalReports.Engine.ReportDocument NO-UNDO. sourceStream = crwReport:ExportToStream(CrystalDecisions.Shared.ExportFormatType:PortableDocFormat). I'm a bit stuck on how I can then open the file in sourceStream in PDF viewer without saving it to disk, if possible?

Continue reading...
 
Status
Not open for further replies.
Back
Top