Ignore:
Timestamp:
Jul 6, 2008, 8:20:14 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Uploading from OR_30_258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/foia-cprs/CPRS-Chart/fAllgyBox.pas

    r459 r460  
    3232{$R *.dfm}
    3333
    34 uses rCover, fCover;
     34uses rCover, fCover, rODAllergy;
    3535
    3636const
     
    4747  BtnLeft:  array of integer;
    4848  j, k: integer;
     49  x: string;
    4950begin
    5051  Result := TfrmAllgyBox.Create(Application);
     
    6869        if AWidth > MaxWidth then MaxWidth := AWidth;
    6970      end;
    70       cmdPrint.Visible := AllowPrint;
    7171      MaxWidth := MaxWidth + GetSystemMetrics(SM_CXVSCROLL);
    7272      AHeight := (ReportText.Count * (lblFontTest.Height + 2)) + pnlbutton.Height;
     
    8787      Caption := ReportTitle;
    8888      memReport.SelStart := 0;
     89      cmdPrint.Visible := AllowPrint;
     90      cmdAdd.Enabled := True;  //IsARTClinicalUser(x);   v26.12
     91      cmdEdit.Enabled := IsARTClinicalUser(x); 
     92      cmdInError.Enabled := IsARTClinicalUser(x);
    8993    end;
    9094  except
Note: See TracChangeset for help on using the changeset viewer.