Show / Hide Table of Contents

    OnBeforeAddReportRequestFieldToDateFilter Event

    Codeunit Date Filter Mgt.

    Fired before adding a report request field to the date filter.

    Use this to suppress the addition of the field to the date filter or to modify the date calculation type.

    Signature

    [IntegrationEvent(false, false)]
    OnBeforeAddReportRequestFieldToDateFilter(ReportNo: Integer; ControlName: Text[120]; var DateCalculationType: Enum "QWEEG Date Calculation Type"; var Skip: Boolean; var IsHandled: Boolean)
    

    Parameters

    ReportNo Integer

    The report number.

    ControlName Text[120]

    The name of the report request field.

    var DateCalculationType Enum "QWEEG Date Calculation Type"

    The date calculation type to be used for the field. This has only effect if Skip is set to false.

    var Skip Boolean

    Set to true to skip adding the field to the date filter.

    var IsHandled Boolean

    Set to true if the event was handled and no further processing is required.

    This documentation is generated from Eagle v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX