Skip to main content

Search

Search

Form Vbscript To Display Related Data From Dropdown Selection

Comments

5 comments

  • Avatar
    Legacy Poster

    no reply for 8 days now?

    0
  • Avatar
    Fernando Ramos Miracle

    Hello Rob,

     

    You are getting repeated record selection as you are connecting two times to the same database. On one hand you are using BarTender's supported connection and on the other hand you are creating a new connection through your VB Script. Unless you wish to connect to two different databases you should only use on of these.

     

    Also for your reference I'm attaching an example we developed that does two things:

     

    1.    Fills a drop down list from an Excel spreadsheet.
     
    2.    Uses the choice selected in the drop down list to query the database again to retrieve records that match the selection.
     
    The code used might be helpful as a starting point or to use as reference.
     
     
     
    0
  • Avatar
    Fernando Ramos Miracle

    I'm afraid that I can't attach the Excel file, so you will need to recreate it yourself. It's quite simple, basically two fields with a few records and saved with the name "Fruit.xls". I'm attaching a screenshot for your reference.

    0
  • Avatar
    Legacy Poster

    Hello Rob,

     

    You are getting repeated record selection as you are connecting two times to the same database. On one hand you are using BarTender's supported connection and on the other hand you are creating a new connection through your VB Script. Unless you wish to connect to two different databases you should only use on of these.

     

    Also for your reference I'm attaching an example we developed that does two things:

     

    1.    Fills a drop down list from an Excel spreadsheet.
     
    2.    Uses the choice selected in the drop down list to query the database again to retrieve records that match the selection.
     
    The code used might be helpful as a starting point or to use as reference.

    Can you please re attach the file with a lower ver like 9.4

    0
  • Avatar
    Fernando Ramos Miracle

    Attached document saved with version 9.4

    0

Please sign in to leave a comment.