/[H6]/ResultDetailsDialog.cpp
ViewVC logotype

Diff of /ResultDetailsDialog.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 21 by torben, Fri Sep 1 02:24:38 2006 UTC revision 24 by torben, Fri Sep 1 03:08:06 2006 UTC
# Line 125  BOOL ResultDetailsDialog::OnInitDialog() Line 125  BOOL ResultDetailsDialog::OnInitDialog()
125          return TRUE;          return TRUE;
126  }  }
127    
128    
129    // a normal EditControl is prettier than a greyed out read-only
130    // So to simulate a read-only field, we reload the data every time the
131    // user tries to modify the data
132  void ResultDetailsDialog::OnEnChangeBarcode()  void ResultDetailsDialog::OnEnChangeBarcode()
133  {  {
134          LoadData();          LoadData();
# Line 145  void ResultDetailsDialog::OnEnChangePlac Line 149  void ResultDetailsDialog::OnEnChangePlac
149          LoadData();          LoadData();
150  }  }
151    
   
   
152  void ResultDetailsDialog::OnEnChangeStatus()  void ResultDetailsDialog::OnEnChangeStatus()
153  {  {
154          LoadData();          LoadData();
155  }  }
156    
   
157  void ResultDetailsDialog::OnBnClickedClose()  void ResultDetailsDialog::OnBnClickedClose()
158  {  {
159          OnOK();          OnOK();

Legend:
Removed from v.21  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.20