Groan. I am working on a cost worksheet for quotes. I need to display information for current line#. The line# is presented in a EpiUltraComboPlus.
Seems like it should be straightforward but I am missing something.
EpiUltraComboPlus LineNum = (EpiUltraComboPlus)csm.GetNativeControlReference(“fa359824-fd06-42b4-9f2c-e31d23d4f97e”);
MessageBox.Show(“It Is:” + LineNum.Text);
Value is null. Any help deriving the value of the control would be greatly appreciated. Thanks