So, i have a simple dataform. For selecting an order i do that with a button within the user can choose from a list the order number. When the user selected the order, my code must set other data on the item data. If i do that directly on the Item associated to the binding source, the controls don't update their values.
How can i do that automatically, without recall the refresh on all controls? The ResetCurrentItem on Binding Source, don't refreh the controls, it's correct? Simone
