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

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