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/Orders/fODMisc.pas

    r829 r1679  
    66  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    77  fODBase, StdCtrls, ORCtrls, ORDtTm, ComCtrls, ExtCtrls, ORFn, uConst,
    8   VA508AccessibilityManager;
     8  VA508AccessibilityManager, VA508AccessibilityRouter;
    99
    1010type
     
    5656  InitDialog;
    5757  StatusText('');
     58  if ScreenReaderSystemActive then memOrder.TabStop := true;
    5859end;
    5960
     
    7778    Changing := False;
    7879    ControlChange(Self);
    79     SetFocusedControl(txtComment);
     80    if not ScreenReaderSystemActive then SetFocusedControl(txtComment);
    8081  end;
    8182end;
Note: See TracChangeset for help on using the changeset viewer.