There appear to be inconsistencies in the name of the
field 'Active' vs 'ResourceActive' in the unit 'VpFlxDS'.
Corrected by replacing line 432:
FN := GetFieldName(FResourceMappings, 'Active');
with:
FN := GetFieldName
(FResourceMappings, 'ResourceActive');