跳到主内容

搜索

搜索

How To Add Stirkethrough?

评论

2 条评论

  • Avatar
    Shotaro Ito

    To modify font from script, you need Automation edition or above.

     

    From File > BarTender document options > VB Script tab,

    OnNewRecord Event,

    IF Format.NamedSubStrings("1234").value = 1 then
      Format.Objects("Text 1").FontStrikeout = false
    Else
      Format.Objects("Text 1").FontStrikeout = true 
    End if
    

    See this topic for more detail.

    http://forums.seagullscientific.com/index.php?/topic/213-how-to-change-object-properties/

    0
  • Avatar
    Legacy Poster
    Work!! Many thanks
    0

请先登录再写评论。