|
![]() |
#1 |
----------------
|
X++: static boolean exist(MyTempTable _tempTable, RefTableId _tableId, RefRecId _recId) { if(! _tableid || !_recId) return false; select RecId from _tempTable where _tempTable.TableNum = _tableId && _tempTable.RecordNo = _recId return _tempTable.RecId != 0; } |
|
|
За это сообщение автора поблагодарили: ist (1). |
![]() |
#2 |
Участник
|
tks.
|
|