Aller au contenu principal

Recherche

Recherche

Vbscript To Format Weight From Scale

Commentaires

1 commentaire

  • Avatar
    Ian Cummings
    Modérateur

    It will need to be of a text data type for the particular data source.  I suggest you use the application identifier wizard to create the data sources for your GS1 barcode as it will handle and preconfigure these validation options for you.

     

    When you do this the VB script will be as below.  Note however that the value will be expected to be a valid numeric value with a character filter of: 0123456789.,eE-+

     

    Value = ConvertToEANUCCSevenDigitMeasurement(Value, 3)

     

    If coming from a database field, be sure to set the sample data to be a numeric value in order to avoid a design time error.

    0

Vous devez vous connecter pour laisser un commentaire.