aTekTipsUser
Programmer
I have a form that uses databinding. On the form, there is a drop down and the user can select a contact, which populates the address of the contact. The user can change the address if they need to send information to a different address. The issue that I am having is determining (in code) if the user selected the value or if it is due to the records moving. In both cases, the SelectedValueChanged is called. There is no PositionChanging to determine when moving records has started, only PositionChanged which informs me when the Position has changed.
Is there anyway that I can have the dropdown which populates the fields if the user changes the value, but if it is due to position changing, not run the code that populates the fields. Thanks in advance!
Is there anyway that I can have the dropdown which populates the fields if the user changes the value, but if it is due to position changing, not run the code that populates the fields. Thanks in advance!