Running Crystal Report from EnterpriseOne 8.10

RayC

Member
Hi all,

I was wondering if it was possible to run Crystal Report from EnterpriseOne 8.10 by passing a parameter, such as a sales order number. If yes, how would I get around in doing so?

Thanks,
RaymondC
 
Raymond,

1. Best to post in the appropriate forum - this should go into the "Crystal Reports" forum.

2. Yes its possible to do what you want. You'd have to wrap the Crystal runtime report viewer in VB or C# code or whatever you're comfortable with as a programming language. Your code should take the SO# as a command line argument and pass it to the Crystal Report Viewer object. In E1 your Row Exit code would need to use the BSFN that lets you exceute/run an external program - which would be the name of your little custom program. Net, net it can be done but you'll have to do a little coding first.
 
Back
Top