![]() |
#7 |
Axapta
|
Цитата:
![]() Цитата:
кстати, объявление CustTable custTable; вовсе не нужно
Можно, конечно, и так: X++: static void Job71(Args _args) { print (select custTable order by RecId desc).RecId; pause; } |
|