Customization Rows

I solved my own question. I was able to use the code below to go
through every line item.

For Each row As DataRowView in edvOrderDtl.dataView
'code here
next

--- In vantage@yahoogroups.com, "laidig.systems" <laidig.systems@...>
wrote:
>
> I am writing a customization for the Sales Order pages and need a
> little help. Does anyone know vb code to be find the number of line
> items (rows) that are on the order. I want to run a method for every
> line after clicking a button the order header page.
>
> Thanks for the help
>
I am writing a customization for the Sales Order pages and need a
little help. Does anyone know vb code to be find the number of line
items (rows) that are on the order. I want to run a method for every
line after clicking a button the order header page.

Thanks for the help