Reading data from grid using VBScript

hello,

i am trying to read data("SO Line"  line level data for a sales order) from the grid to a vbscript

but i am only able to access data of selected line .....

can any one help me out in how i can read the data from the gird( read all lines )

thanks

Parents Reply
  • 0 in reply to Kevin M
    Thanks a lot Kevin M

    Now i am able to loop through lines but still i am not able to read data , i am not sure if i am doing something wrong , i tried
    oLines.nGetKey(),
    oLines.nGetKeyvalue("LineKey$"),
    oLine.nGetResultSets("QuantityOrdered$", "UnitOfMeasure$", Quantity, UOM,"", "", "")

    can you please help me out
Children