Показать сообщение отдельно
Старый 24.11.2006, 09:44   #2  
oip is offline
oip
Axapta
Лучший по профессии 2014
 
2,564 / 1416 (53) ++++++++
Регистрация: 28.11.2005
Записей в блоге: 1
The Send method is a connection between a report’s query and the visual part of the report. The Send method sends the fetched records to the body sections in the report.

The Send method is automatically called by Next each time a record is fetched.

All data is sent through the Send method after being fetched by the Fetch method.