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/fPtDemo.pas

    r830 r1679  
    8080  Width := MaxWidth;
    8181  Height := AHeight;
     82  Constraints.MinHeight := pnlTop.Height + GetSystemMetrics(SM_CYCAPTION) + GetSystemMetrics(SM_CYHSCROLL) + 7;
    8283  Rect := BoundsRect;
    8384  ForceInsideWorkArea(Rect);
     
    124125              with Lines do
    125126                begin
    126                   AddStrings(AHeader);
    127127                  for i := StartLine to MaxLines do
    128128                    //if i < memPtDemo.Lines.Count - 1 then
     
    146146                end;
    147147              until LastLine >= memPtDemo.Lines.Count - 1;
    148             PrintWindowsReport(memPrintReport, PAGE_BREAK, Self.Caption, ErrMsg);
     148            PrintWindowsReport(memPrintReport, PAGE_BREAK, Self.Caption, ErrMsg, True);
    149149          end;
    150150      finally
Note: See TracChangeset for help on using the changeset viewer.