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

    r829 r1679  
    6060             Enabled := True;
    6161             SelectByID(Piece(Source,U,1));
    62              BringToFront;
     62             cboSource.Visible := True;
     63             txtResearch.Visible := False;
     64             //BringToFront;
    6365             ShowModal;
    6466            end
     
    7173        begin
    7274          cboSource.Enabled := False;
    73           txtResearch.BringToFront;
     75          cboSource.Visible := False;
     76          srcLabel.Caption := 'Enter Source:';
     77          txtResearch.Visible := True;
     78          //txtResearch.BringToFront;
    7479          txtResearch.Text := Source;
    7580          ShowModal;
Note: See TracChangeset for help on using the changeset viewer.