- 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/fODRadConShRes.pas
r829 r1693 60 60 Enabled := True; 61 61 SelectByID(Piece(Source,U,1)); 62 BringToFront; 62 cboSource.Visible := True; 63 txtResearch.Visible := False; 64 //BringToFront; 63 65 ShowModal; 64 66 end … … 71 73 begin 72 74 cboSource.Enabled := False; 73 txtResearch.BringToFront; 75 cboSource.Visible := False; 76 srcLabel.Caption := 'Enter Source:'; 77 txtResearch.Visible := True; 78 //txtResearch.BringToFront; 74 79 txtResearch.Text := Source; 75 80 ShowModal;
Note:
See TracChangeset
for help on using the changeset viewer.