I have a grid as Grid1 and the columns are as below.
Now I want to do something like this. When I'm selecting a row from my grid I want to take that row data into a cursor. As an example if I select 1st Row I want to get Stylecode, OrderQty, ReceiveQty into a cursor as below.
How can I do this?
Thank you
Code:
Stylecode OrderQty ReceiveQty
CD123 100 75
NHG345 125 125
JK87 500 200
Now I want to do something like this. When I'm selecting a row from my grid I want to take that row data into a cursor. As an example if I select 1st Row I want to get Stylecode, OrderQty, ReceiveQty into a cursor as below.
Code:
Stylecode OrderQty ReceiveQty
CD123 100 75
How can I do this?
Thank you