G
Guest
Running VB.Net
I pass a datatable from a form.list to a form.item and use a dataview to
show a selected row in text boxes. The row to show usesthe dataview's filter
property with the selected row's row id.
This works fine except for a row that has been added. The dataview
correctly indicates the selected row and has a count of 1. However, the text
boxes are showing a different row. The dataview's RowStateFilter is
CurrentRows.
Thanks.
I pass a datatable from a form.list to a form.item and use a dataview to
show a selected row in text boxes. The row to show usesthe dataview's filter
property with the selected row's row id.
This works fine except for a row that has been added. The dataview
correctly indicates the selected row and has a count of 1. However, the text
boxes are showing a different row. The dataview's RowStateFilter is
CurrentRows.
Thanks.