Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to obtain a combobox value which in a UIcontrol?

Status
Not open for further replies.

silentJP

Programmer
Nov 9, 2010
1
MY
I need to get the value from a combobox which inside a UIcontrol form. Can anyone tell me how to get the value?

AccpacIC4010UICtrl.UIAppControls("cboSortbyAll").value

It return empty if i use ".value"
 
I'm pretty sure you need to dim a control variable, then use .GetControl, and take the value from that variable.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top