Saltar al contenido principal

Búsqueda

Búsqueda

Data entry form pre-filled at the start of the print job

Comentarios

2 comentarios

  • Avatar
    Xabier Clemente
    Moderador

    Hello Harald,

    Thank you for reaching out to us with your concern. We understand the importance of having a smooth and efficient printing process, especially in high-pressure situations. We apologize for any inconvenience caused by the preselected data records in the data entry form of Bartender Designer.

    To address this issue, we recommend implementing a Visual Basic script that can help you achieve the desired functionality of having empty fields in advance, to be filled in by the operator when starting a new print job. With the right script, you can ensure that the data entry form is reset and ready for manual input each time.

    Here's an example of how you can achieve this using Visual Basic script:

    Sub Document_Open()

        ' This script runs when the document is opened
        ' It resets the data entry form to have empty fields

        ' Specify the names of the fields in your data entry form
        ' Replace "Field1", "Field2", etc., with the actual field names
        Document.Variables("Field1").Value = ""
        Document.Variables("Field2").Value = ""
        ' Repeat the above line for each field in your form

    End Sub


    You can add this script to your Bartender Designer document by following these steps:

    • Open your label design in Bartender Designer.

    • Go to "File" > "BarTender Document Options" > "Scripting" tab and then click on "Edit":



    • Click on "Procedures for all Events" and paste your code.

    • Modify the script accordingly.

    • Close the script editor.


    By adding this Visual Basic script to your Bartender Designer document, the data entry form should be automatically reset to empty fields whenever the document is opened.

    We hope this solution addresses your concerns and improves your printing workflow. If you have any further questions or require additional assistance, please don't hesitate to let us know. We're here to help!

    Thank you for choosing Bartender Software, and we appreciate your feedback.

    Xabier

    0
  • Avatar
    Harald Reinl

    Hello Xabier,
    thank you for the feedback and your help.
    Everything is fine, no problem at all.
    I have adjusted and tested the script, unfortunately without success.
    Is there anything else that needs to be adjusted in your suggestion or would there be other possibilities for the current problem?
    Many thanks in advance.
    I wish you still a nice week.
    Many greetings
    Harald

    0

Iniciar sesión para dejar un comentario.