For the first part, AfterUpdate of the list view, set all of the controls on the Details page. The controls are present for being filled in even when they are not visible. Then when the Details tab is selected, the already-updated controls will be presented.
For the double-click, in the event procedure do the same updating process, then set the Details tab as the active one.
Does that help?
|