Here is instructions on the dataView.RowFilter:
baqdvPO_LineComments.dataView.RowFilter = "PODetail_POLine = " + myCurrentPOLine;
Alternatively, you may be able to use BAQ Markup for this…
Here is instructions on the dataView.RowFilter:
baqdvPO_LineComments.dataView.RowFilter = "PODetail_POLine = " + myCurrentPOLine;
Alternatively, you may be able to use BAQ Markup for this…