Ignore:
Timestamp:
May 8, 2015, 7:52:55 AM (9 years ago)
Author:
healthsevak
Message:

Committing the files for first time to this new branch

File:
1 edited

Legend:

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

    r829 r1693  
    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.