Zum Hauptinhalt gehen

Suche

Suche

Have One Drop-Down Based Off The Selection From Another In Print Prompt

Kommentare

1 Kommentar

  • Avatar
    Legacy Poster

    Hello,

     

    I encountered a similair problem with selecting a table based on what database is selected. The problem is that there is no way to "refresh" a dropdown box when a selection has been made in another form element within Bartender.

    However, Bartender 2016 supports multiple forms which would be presented to the user in an order. This would solve al your problems with some vbscripting behind it.

     

    My work around involved making a .hta file which would be opened on the OnOpen event. This file contained a script which would search for al the available databases in a directory and populate a dropdown box with this data where the user can select a database. The selection would be written down in an external .txt file and then finally Bartender would read the value of that txt file and list al the tables on the form in a dropdownbox from that specific database.

    I don't know how skilled you are in scripting but search for hta file and it may provide you with some information on how to accomplish this, althought my advice is to either upgrade or drop the case.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.