• 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…
  • What simple thing am I missing? Step through SO_SalesOrderDetail

    Trying to right a relatively simple script to step through SO_SalesOrderDetail and updates some values in a UDF that ended up with null values. They don't appear to be NULL in DFDM or Crystal (they show 0.00) but when querying them from Knowledgesync…
  • 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…