![]() |
#3 |
Участник
|
Попробуйте так:
X++: int reccount(Common tbl) { SysDictTable dictTable = new SysDictTable(tbl.TableId); ; tbl = dictTable.makerecord(); select count(recid) from tbl; return tbl.recid; } |
|
|
За это сообщение автора поблагодарили: Bigzone (0). |