Ignore:
Timestamp:
Jul 7, 2010, 4:51:54 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrading to version 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/uOrPtf.pas

    r456 r830  
    3535  if RPCBrokerV.Results.Count > 0 then
    3636  begin
    37     FlagList.Assign(RPCBrokerV.Results);
     37    FastAssign(RPCBrokerV.Results, FlagList);
    3838    HasFlag := True;
    3939  end;
     
    6767  CallV('ORPRF GETFLG', [PTDFN,FlagRecordID]);
    6868  if RPCBrokerV.Results.Count > 0 then
    69     FlagInfo.Assign(RPCBrokerV.Results);
     69    FastAssign(RPCBrokerV.Results, FlagInfo);
    7070end;
    7171
Note: See TracChangeset for help on using the changeset viewer.