Skip to main content
8-Gravel
December 27, 2024
Solved

how to change populate a combo box value based on another combo box and table.

  • December 27, 2024
  • 1 reply
  • 1274 views

working with Prime 10.  I have two lists with different type of tubular threads.  Using the first combo box select between the two list to pull data from.  Automatically populating the second combo box with available tubing size.  Then auto populated the next combo box with available weights.  If not with a combo box can this be done with a list box?  Pulling from a data table and not having to load all the data within a script editor?  

Best answer by terryhendicott

Hi,

Combo box is a basic control with no opportunity to script how the combo box operates.

List Box is an advanced control that can be scripted to change given a response.

 

Cheers

Terry

1 reply

21-Topaz II
December 28, 2024
8-Gravel
January 6, 2025

Thanks Terry. 

I have reviewed this demo several times and it all good.  But what I am looking for is something similar but with a combo box. 

We have a Database with several hundred different size and weight for thread connections.  within a combo box if I pick 3 1/2 size the next combo box list available thread weight for the 3 1/2 connection.  This data then can be used to do several calculations withing Mathcad.   

 

Thanks Ed.  

21-Topaz II
January 6, 2025

Hi,

Combo box is a basic control with no opportunity to script how the combo box operates.

List Box is an advanced control that can be scripted to change given a response.

 

Cheers

Terry