跳到主内容

搜索

搜索

Decimal Delimiter

评论

1 条评论

  • Avatar
    Shotaro Ito
    Hi Christian,
    VB Script's Replace function does that.
    In the barcode's datasource, select the substring you stored in weight. then [More options] > VB Script tab, enable VB Script and edit.
    in OnProcessData event, paste code below.
    [code]Value = Replace(Value,".",",")[/code]
    Also, make sure you have no Validation in [More options] to remove "," character. Some barcode types doesn't accept "," character such as Code39 Regular. In that case please tell me what barcode you use.
    Hope that helps.
    0

请先登录再写评论。