Skip to main content

Search

Search

Printing Direction Arrows On Labels

Comments

2 comments

  • Avatar
    Ian Cummings
    Moderator
    You would need to data source either the text object with arrow symbols or picture object. Then from the data source tab in "More Options" select the "VB Scripting" tab and enter a conditional statement into the "OnProcessData" event.

    Example:

    If Field("table.field") = X then
    value = "Arrow.jpg"
    Else
    value = ""
    End If
    0
  • Avatar
    Legacy Poster
    Hello Ian


    Thanks for that. I have also discovered that if you use the Wingdings 3 font in a text field, you can use the 'h' and 'i' characters to print an up and down arrow. I have combined this approach with the VBScript you described earlier.

    Regards

    Timothy Muir
    RFBS
    0

Please sign in to leave a comment.