Zum Hauptinhalt gehen

Suche

Suche

Best before date

Kommentare

1 Kommentar

  • Avatar
    Shotaro Ito

    For BarTender 10.0 or later includes Ver 2016, You can refer other text's value by Object value data source.
    Then specify data type as Date, then apply Offset transform with 14 months.

    Text 1: Data source: Clock, Data Type: Date, Linked to form's Date Picker

    Text 2: Data source: Object Value (of Text 1), Data Type: Date, Transform: Offset 14 months 

     

    For versions before, you can apply OnProcessData VB Script.
    Text 2 created as the same (object value). More options > VB Script,

    OnProcessData:

    Value = DateAdd("m",14,Value)

     

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.