跳到主内容

搜索

搜索

Read Field Script-Created Values With Document.onnewrecord

评论

2 条评论

  • 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

请先登录再写评论。