跳至主內容

搜尋

搜尋

Assistance With Dropdown List And Dependent Values

評論

2 條評論

  • Avatar
    Legacy Poster

    bump.

    0
  • Avatar
    Ian Cummings
    版主

    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

登入寫評論。