--- oup/current/Tools/MetaEditor.pas 2007/06/29 12:38:24 233 +++ oup/current/Tools/MetaEditor.pas 2007/07/13 23:15:47 236 @@ -204,6 +204,11 @@ begin if Data.Field is TFile then CellText := IntToStr(TFile(Data.Field).FileInfo.ID); end; + 3: + begin + if Data.Field is TDataField then + CellText := TDataField(Data.Field).ValueAsString; + end; end; end; end;