跳至主內容

搜尋

搜尋

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

登入寫評論。