B
Brian K. Maher
Guest
Jeff, Are you updating a field that is included in the index being used by the for each? If so, that may be the problem. We walk “live” through the index so if you modify the fields in the index you can cause a loop. Classic example: for each customer: customer.custnum = customer.custnum + 10000. end. Brian
Continue reading...
Continue reading...