ExecRow[] rl = new ExecRow[td.length];
for (int index = 0; index < td.length; index++)
{
ExecRow row = crf.makeRow(td[index], parent);
rl[index] = row;
}
int insertRetCode = ti.insertRowList( rl, tc );
if (!allowDuplicates && insertRetCode != TabInfoImpl.ROWNOTDUPLICATE)