|
![]() |
#1 |
Участник
|
|
|
![]() |
#2 |
Молодой, подающий надежды
|
а должно быть так:
X++: workerCertifier = queryRun.get(tableNum(HcmWorker), 1); workerRatingLevelExaminer = queryRun.get(tableNum(HcmWorker), 2); |
|
![]() |
#3 |
Участник
|
|
|
![]() |
#4 |
Сенбернар
|
Цитата:
occurrence - The data source to be addressed; optional. The number of the data source with the given table; 1-based. If more than one data source has the same table assigned to it, this (optional) parameter can be used to specify which one is to be addressed. It specifies the number of the data source with the given table. Thus, if the CustTable table is assigned to two data sources, and the second data source is required, this argument should have the value 2. https://msdn.microsoft.com/en-us/lib...(v=ax.50).aspx Отсюда имеем : X++: workerCertifier = queryRun.get(TableNum(HcmWorker, 1)); workerRatingLevelExaminer = queryRun.get(TableNum(HcmWorker, 2)); Вот как-то так ![]()
__________________
Best Regards, Roman Последний раз редактировалось RVS; 02.04.2015 в 19:14. |
|
|
За это сообщение автора поблагодарили: axotnik88 (1). |