303factory
Registered User.
- Local time
- Today, 09:31
- Joined
- Oct 10, 2008
- Messages
- 136
Hi people
I have a bit of a conundrum, my software is upgrading to dual monitors and I have to set up my client to have a different form maximised on each screen.
The problem is in some occasions the two forms will be bound to the same table. So I need to syncronise the data so when you edit a field on one form and move to the other, it updates (it is possible for both forms to have the same field displayed at once)
I assume I want to save the record and refresh the form when you move from one to the other, I tried playing with the GotFocus and LostFocus events but they dont seem to trigger when I click on the other form. I could get it to refresh AfterUpdate but I dont want that triggering every time you enter a bit of data.
Any suggstions on how this should be managed? Is it possible without further normalisation of the tables (not really an option at the moment unformtunately)
Regards
303
I have a bit of a conundrum, my software is upgrading to dual monitors and I have to set up my client to have a different form maximised on each screen.
The problem is in some occasions the two forms will be bound to the same table. So I need to syncronise the data so when you edit a field on one form and move to the other, it updates (it is possible for both forms to have the same field displayed at once)
I assume I want to save the record and refresh the form when you move from one to the other, I tried playing with the GotFocus and LostFocus events but they dont seem to trigger when I click on the other form. I could get it to refresh AfterUpdate but I dont want that triggering every time you enter a bit of data.
Any suggstions on how this should be managed? Is it possible without further normalisation of the tables (not really an option at the moment unformtunately)
Regards
303