Ignore:
Timestamp:
May 7, 2015, 12:34:29 PM (9 years ago)
Author:
healthsevak
Message:

Updating the working copy to CPRS version 28

File:
1 edited

Legend:

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

    r829 r1679  
    137137              with Lines do
    138138                begin
    139                   AddStrings(AHeader);
    140139                  for i := 0 to MaxLines do
    141140                    if i < memReport.Lines.Count then
     
    157156                end;
    158157              until LastLine >= memReport.Lines.Count - 1;
    159             PrintWindowsReport(memPrintReport, PAGE_BREAK, Self.Caption, ErrMsg);
     158            PrintWindowsReport(memPrintReport, PAGE_BREAK, Self.Caption, ErrMsg, True);
    160159          end;
    161160      finally
     
    185184begin
    186185  inherited;
     186  SetFormPosition(Self); //Get Saved Position & Size of Form
    187187  ResizeAnchoredFormToFont(Self);
    188   SetFormPosition(Self); //Get Saved Position & Size of Form
     188  //SetFormPosition(Self); //Get Saved Position & Size of Form
    189189end;
    190190
Note: See TracChangeset for help on using the changeset viewer.