Тема: Out of memory
Показать сообщение отдельно
Старый 01.04.2004, 15:07   #7  
Swetik is offline
Swetik
Участник
 
221 / 10 (1) +
Регистрация: 31.07.2002
str bufRecord;
void readOne()
{
importBuffer = ioData.read();
{
[bufRecord, tableId, oldRecId] = importBuffer;
}

}

private void importBuffer(
SysDictTable _dictTable,
str _bufRecord,
recId _oldRecId,
)
{
Counter i;
boolean nativeRecIdOk;
Common updateCommon = NULL;
TableId tableId = _dictTable.id();
// --------------

if (_bufRecord == #record)
{
curCommon = _dictTable.makeRecord();

for (i=1; i <= fieldsInCurFile; i++)
curCommon.(newFieldId[i]) = conPeek(importbuffer,i + firstDataField);
}