|
09.04.2007, 16:26 | #1 |
Постигающий
|
Объясните что это <datasource name>_DS
Поясните пожалуйста новичку..для чего существует такая конструкция:
имяДатаСурса_DS ??? |
|
09.04.2007, 16:33 | #2 |
Axapta
|
Из Руководства разрабочкика:
Цитата:
A variable named like the form data source postfixed with _ds to reference properties and methods on the form's data source, for example MyTable_ds.
This gives you direct access to invoking the methods in the FormDataSource system class, for example MyTable_ds.ReSearch(); Note If you wish to call for example ValidateWrite, which exists on both the form data source and on the table, you must use the _ds variable (for example MyTable_ds.ValidateWrite) to activate the method on the data source. 12 способов поиска ответов на вопросы В частности, пункт 2. То, что я привел выше находится в поиске по руководству по запросу "_DS" за 1 секунду. |
|
09.04.2007, 16:37 | #3 |
Постигающий
|
СПАСИБО
|
|
|
Опции темы | Поиск в этой теме |
Опции просмотра | |
|