Показать сообщение отдельно
Старый 06.02.2009, 17:33   #10  
S.Kuskov is offline
S.Kuskov
Участник
Лучший по профессии 2017
Лучший по профессии 2015
Лучший по профессии 2014
 
3,430 / 1772 (66) ++++++++
Регистрация: 28.04.2007
Адрес: Калуга
X++:
FormDataSource fds;

fds = InventJournalTrans.dataSource();
fds.write();
так работает (AX4)

Цитата:
FormObjectSet class.
The base class for the FormDataSource Class. FormObjectSet provides basic functionality for working with the data source(s) on a form

FormObjectSet.write()
This method has no functionality in the FormObjectSet class. It is overridden by the FormDataSource.write method, which manages the database write operation.
Интересно как. С одной стороны "This method has no functionality in the FormObjectSet class", но с другой write таблицы то вызывается!