Nov 9, 2010 #1 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 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"
Nov 10, 2010 #2 Jay Converse Programmer Jun 17, 2007 3,277 US I'm pretty sure you need to dim a control variable, then use .GetControl, and take the value from that variable. Upvote 0 Downvote
I'm pretty sure you need to dim a control variable, then use .GetControl, and take the value from that variable.