I am using Visual Studio 2008 to create a simple application. VB, Windows Forms. I have created a form that holds orders, and have created a Crystal report to print the order. I only want to print/view the report for the specific order I have open, so I included a parameter in the Crystal Report on the ID field. I am not able to call the report to open for just that record. I have searched many pages, and tried some very lengthy solutions, and still no report.
Is there not a simple line of code that says to print this report for this record? I do not have multiple parameters, just the ID field.
Maybe there is another way to do this?
Start Free Trial