Yes, calling UpdateData(TRUE) below to retrieve the form data;
void XYZ::OnSelchangeInterpRatio()
{
// AfxMessageBox(L"Interpolation rate change detected");
UpdateData(TRUE); //Capture the new value from the form
// < String processing done here >
}
void...
I'm running a C++ app generated from MS-Dev 6.0. Seeing a problem when I make a combobox selection. It takes two clicks on any combobox selection for the DDX update to grab the data from the form. No matter which one I select, the DDX exchange always provides the previous selection. If I click...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.