HI,
I NEED YOUR HELP TO FIND A SOLUTION IN C#.net WINDOWS Application .
am getting an error while i do some function using dataRow.
This is the code :-
// dataRow declaration: -
The code to fetch value to variables: -
my problem is to loop between qty ,opstock and pQty.
suppose the qty=15 , pQty =6 and opstock=3 , I want to loop opstock and pQty untill reach same as qty(i.e 15), hot it possible?

Joginder BangerPosted Nov 4, 2014, 7:04 AM
can you send me a complete code on this email id [email protected]....
Bineesh ViswanathPosted Nov 4, 2014, 1:41 AM
my function is to find sales and purchase value. I did the function to find the actual sales value of a product.
i have to take the product quantity from opstock and purchase table.
in this case, sales qty=15, opstock=3. now i have to take other 12 qty from purchase table.
have to break the loop when the purchase qty comes equal to sales qty.
Joginder BangerPosted Nov 4, 2014, 1:32 AM