Skip to main content

Search

Search

Commander + Data Base

Comments

2 comments

  • Avatar
    Shotaro Ito
    Hi Djconcept, do you use Query prompt to filter record?

    Command line option /? allows you to specify query prompt value from command line.

    /?<query prompt name>=<query prompt value>

    If you use BarTender command in Task,
    Create text file as trigger, which just contain filter value
    trigger.dd
    [code]"Nom du produit"[/code]
    In Task's BarTender command, General tab > Additional command parameters,
    add command
    [code]/?Invite1=%Trigger Contents%[/code]

    If you use Commander script, Create trigger like below
    [code]%BTW% /AF="D:\FMT.btw" /P /?Invite1="Nom du produit" /Close
    %END%[/code]

    Hope that helps!
    0
  • Avatar
    Legacy Poster
    Thank You Shotaro, it really helped. The only thing is that I had to put that command in this format:

    [code]/?Invite1="<Trigger Contents>" [/code]

    with quotes and less-than and greater-than symbols instead of percentages otherwise it is not printing.
    0

Please sign in to leave a comment.