跳至主內容

搜尋

搜尋

Printing Direction Arrows On Labels

評論

2 條評論

  • Avatar
    Ian Cummings
    版主
    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

登入寫評論。