Just wondering if anyone has added a button to launch a BAQ Report and pass Filter data.
I would like to add a button to the Report Qty screen that will run a BAQ Report. Ideally I would like to pass the Job number, ASM number, and Oper Seq as parameters for my BAQ report - so users would not have to re-type those fields.
I have done this by using ProcessCaller, having the BAQReport tied to a menu, and a minor customization. Not sure if there are other ways but this is a pretty easy way to do it.
Here’s example code for printing directly to the default printer. I don’t have a BAQ example handy since there is a bug with BAQ reports on the version my customer is running that causes long delays on BAQ reports.
You shouldn’t need all the page setup stuff but I left it in there just in case.
Do you have the full code example of this snippet? Includes and what not.
Getting the error on the following:
Compiling Custom Code …
----------errors------------
Error: CS0234 - line 63 (219) - The type or namespace name ‘SOPickListReportDataSet’ does not exist in the namespace ‘Erp.Proxy.Rpt’ (are you missing an assembly reference?)