No data display for a EpiBinding customized TextBox

Hi everyone!

I’m trying to customize a textbox to display the next approver person.
I’ve tried to create a simple textbox and made a EpiBinding to POApvMsg.MsgTo.

However, no data is being displayed. The PO is in pending state with valid msgto data.

image

Did I missed out anything or am I off track entirely.

As usual, thank you all for the continuous help!

Thanks and Regards,
ChunKit

Can you show your code?

Hi Steve,

I created the textbox and assigned the EpiBinding to it with no code.

Thanks and Regards,
ChunKit

Not sure if POApvMsg is the active view here… Are you sure you are binding to the correct view?

not quite sure about that, now i’m getting this.

============

Application Error

Exception caught in: System.Data

Error Detail

============
##!Message:##! MsgTo is neither a DataColumn nor a DataRelation for table POHeader.
##!Program:##! System.Data.dll
##!Method:##! get_Item

Client Stack Trace

==================
at System.Data.DataRowView.get_Item(String property)
at Ice.Lib.Framework.EpiTextBox.oDataView_EpiViewNotification(EpiDataView view, EpiNotifyArgs ar)
at Ice.Lib.Framework.EpiViewNotification.Invoke(EpiDataView view, EpiNotifyArgs args)
at Ice.Lib.Framework.EpiDataView.OnEpiViewNotification(EpiNotifyArgs e)
at Ice.Lib.Framework.EpiDataView.InnerNotify(EpiNotifyArgs args)
at Erp.UI.App.POEntry.Transaction.GetPOData(Int32 poNum)