Показать сообщение отдельно
Старый 20.08.2007, 16:15   #14  
AndyD is offline
AndyD
Участник
КОРУС Консалтинг
Лучший по профессии 2015
Лучший по профессии 2014
Лучший по профессии AXAWARD 2013
Лучший по профессии 2011
 
2,560 / 2476 (88) +++++++++
Регистрация: 20.08.2005
Угу. Точно. В kr2 исправили

Цитата:
6255

An attempt to copy multiple lines from a form with a large number of rows caused Microsoft Axapta to hang.

Problem
When Microsoft Axapta found marked lines it used the rowsLoaded() method as the loop exit condition. Also when it got a row from the cache it did a fetch ahead to get new rows if needed. So after additional fetching, the rowsLoaded() method returned another value, which was greater than the one before. So, the loop was continued with this logic until all the records were loaded into the cache.
Solution
Initialise the loop counter before starting the loop.
__________________
Axapta v.3.0 sp5 kr2
За это сообщение автора поблагодарили: glibs (1).