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

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