Aller au contenu principal

Recherche

Recherche

Print Prompt

Commentaires

8 commentaires

  • Avatar
    Domingo Rodriguez
    Modérateur
    Hello,

    I've attached a sample label format which makes use of some VBScripting in order to compare the prompted values the operator scans. If the values are the same, a message will be displayed and the print job will be cancelled.

    The VBScript code I've used for this is as follows:

    if value = Format.NamedSubStrings("second").Value Then
    Call Format.CancelPrinting ("First and Second entered Part Number are equal. Please scan again", "")
    End If

    Where "second" is just the shared name for the second item you've prompted for.[attachment=186:Sample.btw]
    0
  • Avatar
    Legacy Poster
    Hi Support Team,

    Thanks for the advice. But unfortunately, i not able to insert the VB script for each print prompt by myself might my ways are wrong.

    Could you mind help me to add the VB script to a label and attach here back to me?

    The label most important is the print prompt data [b](Top-File, Child Part1,2,3)[/b] must not be same to each others, if not will shows warning message and "Found Data are equal. Please scan again".

    Prompt Dialog:

    Top-File
    Child Part1:
    Child Part2:
    Child Part3:

    Please help and appreciate your fast reply. :unsure:

    Thank you.
    0
  • Avatar
    Legacy Poster
    Hi Support Team,

    Beside how to insert the vb script if there are no data in each print prompt shows error (i know that can set the minimum data), but what is the way for using vb script to done this.

    Lastly, if the data and full insert but same to each others, how to set the the vb script for if error found return back to print prompt dialog instead of go back to the previous label template screen.

    Thank a lot and appreciate your fast reply.
    0
  • Avatar
    Legacy Poster
    Hi Support Team,

    Beside how to insert the vb script if there are no data in each print prompt shows error (i know that can set the minimum data), but what is the way for using vb script to done this.

    Lastly, if the data and full insert but same to each others, how to set the the vb script for if error found return back to print prompt dialog instead of go back to the previous label template screen.

    Thank a lot and appreciate your fast reply.
    0
  • Avatar
    Legacy Poster
    how to add return to the prompt dialog and where the location to placed this vb script? thanks
    0
  • Avatar
    Legacy Poster
    Hi all, anyone can help me in this matter. How to add return to the prompt dialog after print out the label instead of return back to the label template.

    It's waste time to print out 1 label then return back to template and press print again and again. TQ for help and appreciate your reply.
    0
  • Avatar
    Legacy Poster
    [quote name='tkkhaw' timestamp='1334585915' post='2222']
    Hi all, anyone can help me in this matter. How to add return to the prompt dialog after print out the label instead of return back to the label template.

    It's waste time to print out 1 label then return back to template and press print again and again. TQ for help and appreciate your reply.
    [/quote]

    I would try enabling the option 'Automatically Print Again' from the Print dialog. See if that helps. (I attached a screenshot of the option)

    [attachment=202:AutoPrintAgain.png]
    0
  • Avatar
    Legacy Poster
    Hi Jim,

    You're my man, that is what I'm looking for. Thanks bro!
    0

Vous devez vous connecter pour laisser un commentaire.