Ignore:
Timestamp:
Jul 14, 2007, 1:15:47 AM (17 years ago)
Author:
alloc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Tools/MetaEditor.pas

    r233 r236  
    205205            CellText := IntToStr(TFile(Data.Field).FileInfo.ID);
    206206        end;
     207      3:
     208        begin
     209          if Data.Field is TDataField then
     210            CellText := TDataField(Data.Field).ValueAsString;
     211        end;
    207212    end;
    208213  end;
Note: See TracChangeset for help on using the changeset viewer.