How do I solve the following problem:
In a network environment:
Let us say that I have a workstation (workstation 1) that has a list of records being displayed at a given time and a user at another workstation (workstation 2) adds a new record to the same database.
At the moment the only time that the list being displayed on workstation 1 is updated to reflect the newly added record by workstation 2 is to exit the browse and then re-open the browse again and the new record appears.
I know I can add some sort of 'on right click of the mouse refresh the listbox or browse' but is there another way to either send a signal to all workstations on the network to update their browses or to use a timer of some sort like the 'on timer' thing?
If I ABSOLUTELY HAVE to use Define Timer .... (and there is no other way) then how do you equate the INTERVAL to seconds i.e. 60 seconds = what interval, 30 seconds = what interval? What is the formula?
Regards,
Dale.