Hi there,
I'm using visual studio 2008 to create an Outlook Addin.
I've added to my project a Crystal Report that works fine when displaying the whole dataset.
When the report first fires up it asks for a Discrete Value for a field called PO Number, the default
value being * which will display all records.
What I am trying to achieve is to be able to send a value from a textbox on a vb form to the report so
I can filter the records show.
As part of the VB Solution I have a form called CrystalForm.vb, this runs CrystalReport1.rpt
Can anyone point me in the right direction
Start Free Trial