- Timestamp:
- May 8, 2015, 7:52:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/HealthSevak-CPRS/CPRS-Chart/Orders/fODMisc.pas
r829 r1693 6 6 Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, 7 7 fODBase, StdCtrls, ORCtrls, ORDtTm, ComCtrls, ExtCtrls, ORFn, uConst, 8 VA508AccessibilityManager ;8 VA508AccessibilityManager, VA508AccessibilityRouter; 9 9 10 10 type … … 56 56 InitDialog; 57 57 StatusText(''); 58 if ScreenReaderSystemActive then memOrder.TabStop := true; 58 59 end; 59 60 … … 77 78 Changing := False; 78 79 ControlChange(Self); 79 SetFocusedControl(txtComment);80 if not ScreenReaderSystemActive then SetFocusedControl(txtComment); 80 81 end; 81 82 end;
Note:
See TracChangeset
for help on using the changeset viewer.