dynamictiger
Registered User.
- Local time
- Today, 23:59
- Joined
- Feb 3, 2002
- Messages
- 270
This is difficult to describe, so please bear with me.
I have a main form, with a subform showing details of swimming pools installed at a property. To add a new pool I make the main form invisible and load the new pool details via a class to the pool table. I then return focus to the subform, highlight the new record and make the main form visible.
All this works fine.
However, the record selector on the subform is stubbornly focussed on the pool prior to the addition even though the highlighting is on the new (correct row). I have tried a few alternative arrangements like using the highlight as the source for the row to drag focus to the correct record but no permutation seems to work, I am at a total loss as to what to try next.
I have a main form, with a subform showing details of swimming pools installed at a property. To add a new pool I make the main form invisible and load the new pool details via a class to the pool table. I then return focus to the subform, highlight the new record and make the main form visible.
All this works fine.
However, the record selector on the subform is stubbornly focussed on the pool prior to the addition even though the highlighting is on the new (correct row). I have tried a few alternative arrangements like using the highlight as the source for the row to drag focus to the correct record but no permutation seems to work, I am at a total loss as to what to try next.