staticvoid initAllFields(Common _fromTable, Common _toTable, boolean _skipRefRecId = true)
{
DictTable dictTable;
DictField dictField;
DictType dictType;
int i;
FieldId fieldId;
dictTable = new DictTable(_toTable.TableId);
if (dictTable)
{
for (i = 1; i <= dictTable.fieldCnt(); i++)