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

    r830 r1679  
    33interface
    44
    5 uses SysUtils, Windows, Classes, ORNet, ORFn, uConst, extctrls, ORCtrls;
     5uses SysUtils, Windows, Classes, ORNet, ORFn, uConst, extctrls, ORCtrls, fFrame;
    66
    77type
     
    391391
    392392begin
     393  if frmFrame.DLLActive = true then exit; 
    393394  CallV('ORWCV POLL', [Patient.DFN, IPAddr, IntToHex(AHandle, 8)]);
    394395  with RPCBrokerV do
Note: See TracChangeset for help on using the changeset viewer.