HighAnxiety
Programmer
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 on the same selection twice, my string is finally updated.
Here is line:
DDX_CBString(pDX, IDC_INTERP_RATIO, m_csInterpRatio)
Here is line:
DDX_CBString(pDX, IDC_INTERP_RATIO, m_csInterpRatio)