Can anyone give me an example of how to use this code that epicor provides from their wizard? I'm still pretty new to this, thanks.
Private Sub AttachHed_AfterRowChange(ByVal args As EpiRowChangedArgs)
' ** Argument Properties and Uses **
'args.CurrentView.dataView(args.CurrentRow)("FieldName")
'args.LastRow, args.CurrentRow, args.CurrentView
' Add Event Handler Code
End Sub
Private Sub AttachHed_AfterRowChange(ByVal args As EpiRowChangedArgs)
' ** Argument Properties and Uses **
'args.CurrentView.dataView(args.CurrentRow)("FieldName")
'args.LastRow, args.CurrentRow, args.CurrentView
' Add Event Handler Code
End Sub