First set of changes needed for bugzilla bug #145076. Added ability to keep a field id table for level one fields.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@204 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -251,6 +251,10 @@ RCODE FSReadElement(
|
||||
|
||||
pRecord->setContainerID( pLFile->uiLfNum);
|
||||
pRecord->setID( uiDrn);
|
||||
if (pLFile->bMakeFieldIdTable)
|
||||
{
|
||||
pRecord->enableFieldIdTable();
|
||||
}
|
||||
}
|
||||
|
||||
// Check if out of fields in the tempoary field group.
|
||||
@@ -618,6 +622,8 @@ RCODE FSReadElement(
|
||||
flmAssert( 0);
|
||||
(*ppRecord)->Release();
|
||||
}
|
||||
|
||||
pRecord->sortFieldIdTable();
|
||||
|
||||
*ppRecord = pRecord;
|
||||
pRecord = NULL;
|
||||
|
||||
Reference in New Issue
Block a user