跳到主内容

搜索

搜索

Searching A String And Replacing A Code With A Serial Number

评论

1 条评论

  • Avatar
    Michael Toupin (mtoupin
    You'll want to do this on the 'OnSerialize' event to ensure that it occurs after every serialized number. And the appropriate script for this would be: Value = Replace(Field("databasefield") , "SN#", Format.NamedSubStrings("Serial").Value)
    0

请先登录再写评论。