Ignore:
Timestamp:
Aug 12, 2009, 7:14:16 PM (15 years ago)
Author:
Kevin Toppenberg
Message:

TMG Ver 1.1 Added HTML Support, better demographics editing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/tmg-cprs/CPRS-Chart/fLabPrint.pas

    r453 r541  
    202202          Lines.Assign(GetFormattedLabReport(FReports, FDaysBack, Patient.DFN,
    203203            frmLabs.lstTests.Items, date1, date2, RemoteSiteID, RemoteQuery));
    204           PrintWindowsReport(FReportText, PAGE_BREAK, Self.Caption, ErrMsg);
     204          PrintWindowsReport(FReportText, PAGE_BREAK, Self.Caption, ErrMsg, Application); //kt 8/09 added 'Application'
    205205          if Length(ErrMsg) > 0 then InfoBox(ErrMsg, TX_ERR_CAP, MB_OK);
    206206        end;
Note: See TracChangeset for help on using the changeset viewer.