Adagio
Well-known member
- Joined
- Dec 12, 2005
- Messages
- 162
- Programming Experience
- Beginner
In my DTP when the user presses Enter I have set it to call some code that uses the DTP value, but unfortunately the DTP updates it's value too slow (the code is called before the value has changed). This causes the code to use the old value instead of the new value
If I make it open a msgbox inside the valueChanged code, then the value changes before the other code is called, but that's not really an option
Is there a way to make sure that the value is set (if there has been made a change) before the other code is called?
If I make it open a msgbox inside the valueChanged code, then the value changes before the other code is called, but that's not really an option
Is there a way to make sure that the value is set (if there has been made a change) before the other code is called?