Saltar al contenido principal

Búsqueda

Búsqueda

Design Query Prompt Dialog

Comentarios

2 comentarios

  • Avatar
    Shotaro Ito
    There's no control you have in query prompt design.
    Yes that would be a lovely idea - I'll add your request to wish list.

    Meanwhile, In such a case you can create a simple form application by VB.net or MS Access etc (or even [url="http://msdn.microsoft.com/en-us/library/ms536496(v=vs.85).aspx"]HTA[/url] + VB Script)- You can pass query prompt value via command line, by
    /?<query prompt name>=<query prompt value>
    option.

    ex.
    A command line to print format "c:\bt\format1.btw", set query prompt "Q1"'s value to "007" and query prompt "Q2" to "WA". Close bartender after print.
    [code]
    "C:\Program Files\Seagull\BarTender Suite\bartend.exe" /AF="c:\bt\format1.btw" /?"Q1"="007" /?"Q2"="WA" /P /X
    [/code]
    For supported commands, please check BarTender's Online help > Automating BarTender > Automation with the Command line Interface.

    Command line printing is a bit slow to start and may be unstable when continuously called. in such case, consider Commander or .net SDK Automation.

    Note that calling BarTender from other application is supported by Automation edition or above.
    0
  • Avatar
    Susan Chen
    Moderador
    Hi, tbzserge :


    Your request has been added to our wish list. There is similiar request has been filed. Please check with us again from our web site newsletter, whitepaper or regional local office http://www.seagullscientific.com/aspx/technical-support.aspx to see if future Bartender version has added this request. Thanks for the input.
    0

Iniciar sesión para dejar un comentario.