|
|
#8 |
|
Участник
|
Цитата:
Есть класс, в нем метод заполнения: X++: inventItemLocation.setTmp();
inventItemLocation.checkRecord(false);
//BP Deviation documented
inventItemLocationCountingStatus.setTmp();
inventItemLocationCountingStatus.checkRecord(false);
...inventItemLocation.doinsert();
...inventItemLocationCountingStatus.doInsert()X++: InventItemLocation.setTmp();
InventItemLocation.checkRecord(false);
InventItemLocation.setTmpData(callerEngine.parmInventItemLocation());X++: InventItemLocationCountingStatus.setTmp();
InventItemLocationCountingStatus.checkRecord(false);
InventItemLocationCountingStatus.setTmpData(callerEngine.parmInventItemLocationCountingStatus());InMemory temporary tables must be the outer tables when they are joined to a TempDB table or permanent table. |
|
|
|
|
Похожие темы
|
||||
| Тема | Ответов | |||
| Помогите показать в одном гриде две таблицы | 12 | |||
| Две таблицы в одном datasource | 10 | |||
| две таблицы в двух разных вирт компаниях | 1 | |||
| Один DataSource на две таблицы | 14 | |||
| Две таблицы - один grid!? | 3 | |||
|