Nov 9, 2010 #1 silentJP Programmer Joined Nov 9, 2010 Messages 1 Location 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 Joined Jun 17, 2007 Messages 3,277 Location 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.