Menu

#78 Resource field mapping of 'Active'

Works_For_Me
open
nobody
DataStores (19)
5
2013-01-15
2004-04-11
No

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');

Discussion


Log in to post a comment.