thanvanhai
(Thân Văn Hải)
February 26, 2022, 1:52am
1
I want to get the text of this navControl, can I use the usual way to declare the control in the form Ice.Lib.Framework.EpiUltraComboPlus and then get it according to EpiGiud and then get the control’s text property like other controls?
I will test it:
Ice.Lib.Framework.EpiUltraComboPlus navControl;
navControl = (EpiUltraComboPlus)this.csm.GetNativeControlReference("cb27bd11-f6d2-44a0-8686-16db4b4cd048");
Thank you so much have a good day!
utaylor
(Utah Taylor)
February 28, 2022, 1:56pm
2
What does navControl.Value.ToString() give you?
josecgomez
(Jose C Gomez)
February 28, 2022, 2:08pm
3
That is just the current value of the current dataview that it’s bound to. Don’t worry about the control just get the field out of the dataview
2 Likes
utaylor
(Utah Taylor)
February 28, 2022, 2:20pm
4
I didn’t look at his properties pic or really any pics to see that it was bound
Thanks for giving a better approach Jose!
1 Like