Skip to main content

Search

Search

Assistance With Dropdown List And Dependent Values

Comments

2 comments

  • Avatar
    Legacy Poster

    bump.

    0
  • Avatar
    Ian Cummings
    Moderator

    To help formulate SQL you can use BarTender's built-in database connectivity from a test document, and then copy paste the SQL it generates under the "SQL" tab into your script.

     

    It should be noted that there are no "OnChangeData" events in the prompt form, so if you're hoping that when you select value X in form control A that form control B will automatically update with value Y from a related field, unfortunately that won't happen.  For this sort of functionality you'll need to build a front-end form application using something like VB.NET, in order to take in the data entry exactly as you want it, and then to control BarTender via automation to print labels.

     

    We're interested in adding such functionality in a future release, but we don't have it now.

    0

Please sign in to leave a comment.