Zum Hauptinhalt gehen

Suche

Suche

How To Add Stirkethrough?

Kommentare

2 Kommentare

  • 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

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