Codeunit 18122710 EOS070 MES Report EventHandler

Codeunit 18122710 EOS070 MES Report EventHandler

Events

SubstituteReport

procedure SubstituteReport(ReportId: Integer; var NewReportId: Integer)

This function is used in Page MES Setup. Allow you to modify NewReportId before report processing.

Parameters / Return Value

  • ReportId Integer

    Id of the base report

  • NewReportId Integer

    Record to modify


OnBeforeGetFontBarcode

procedure OnBeforeGetFontBarcode(BarcodeMethod: Enum "EOS 070 MES Barcode Method"; BarcodeTypeOpt: Enum "EOS 070 MES Barcode Type"; var FontName: Text; var isHandled: Boolean)

This function is used in Codeunit MES ReportingManagement. Allow you to change the font of the selected barcode.

Parameters / Return Value

  • BarcodeMethod Enum "EOS 070 MES Barcode Method"

    Barcode generation method selected

  • BarcodeTypeOpt Enum "EOS 070 MES Barcode Type"

    Barcode Type selected

  • FontName Text

    Record to modify

  • isHandled Boolean

    if true, no following app code will be executed



EOS Labs -