Skip to main content

Search

Search

Bartender Vb Script Warning Message

Comments

1 comment

  • Avatar
    Fernando Ramos Miracle
    That message is only a warning informing you that you are ignoring the initial value of the object where the VB Script is being applied (for your purposes you should simply ignore it).

    On the other hand, if you want this VB Script to apply for each new record, instead of entering it in the "onProcessData" event you should use the "onNewRecord" event. To access this event, you'll have to change the change the substring type to a VB Script and use an "Event Based VB Script" (instead of activating VB Script through the "More Options/Transforms" dialog).
    0

Please sign in to leave a comment.