Passing a Parameter from a Form to Report using a Class...

Hi I want to Pass a Parameter like Copy / Original from SalesEditLine (Form) to SalesPackingSlip Report

using the SalesFormLetter (Class)

i.e if I selected the PackingSlip - Copy I want to print Copy on the report

or Orignal on the report.

Thanks In Advance…

Hi,

If you have a look at the CustConfirmJournal form buttons, you can see the menuitems calls directly the reports (on object properties), there’s also 2 properties EnumTypeParameters and EnumParameters, these are used when you execute the report on salesEditLine form,

I haven’t made test about my idea but you can try to add buttons with these menuitems on the salesEditLine form.Tell me If it works

Hope it helps

Thomas