Zum Hauptinhalt gehen

Suche

Suche

Read Field Script-Created Values With Document.onnewrecord

Kommentare

2 Kommentare

  • Avatar
    Shotaro Ito
    Try the other way -
    On Text "ItemCaption"s Datasource, Transform > VB Script (OnProcessData Event)
    [code]If Format.Objects("ItemID").Value = "" Then Value = ""[/code]
    (Ignore warning of not using "Value" in datasource upon close.)
    0
  • Avatar
    Legacy Poster
    This worked perfectly. Thanks for your assistance.
    0

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