--- ResultDetailsDialog.cpp 2006/09/01 02:24:38 21 +++ ResultDetailsDialog.cpp 2006/09/01 03:08:06 24 @@ -125,6 +125,10 @@ return TRUE; } + +// a normal EditControl is prettier than a greyed out read-only +// So to simulate a read-only field, we reload the data every time the +// user tries to modify the data void ResultDetailsDialog::OnEnChangeBarcode() { LoadData(); @@ -145,14 +149,11 @@ LoadData(); } - - void ResultDetailsDialog::OnEnChangeStatus() { LoadData(); } - void ResultDetailsDialog::OnBnClickedClose() { OnOK();