• Looping a table while batches enabled

    Hi, I want to loop through all my not-registered invoices. What I do (in general) is: dynamic obj = pvx.NewObject("AP_ManualCheck_bus", oSession); obj.nMoveFirst(); //To get to the first record //Rest of code The problem is that I have…
  • MoveFirst, MoveNext generate errors; EOF always False

    Hi All, Please advise - seeing this with our customer - live database and ABC sample database throw the following exceptions while navigating through line items distribution: MoveFirst: <Error: 0 in Method MOVEFIRST> MoveNext: <Error: 0 in Method…