Ignore:
Timestamp:
Jul 6, 2008, 8:20:14 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Uploading from OR_30_258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/foia-cprs/CPRS-Chart/uReports.pas

    r459 r460  
    6161    SortOrder  : String;         //#:# of columns to use in a multi-column sort
    6262    MaxDaysBack: String;         //Maximum number of Days allowed for report
     63    Direct     : String;         //Direct Remote Call flag
     64    HDR        : String;         //HDR is data source if = 1
    6365end;
    6466
     
    136138      SortOrder       := Piece(x, U, 12);
    137139      MaxDaysBack     := Piece(x, U, 13);
     140      Direct          := Piece(x, U, 14);
     141      HDR             := Piece(x, U, 15);
    138142    end;
    139143  Result := AnObject;
Note: See TracChangeset for help on using the changeset viewer.