A
AG
Split Access 2000 application.
As a user moves through records in an app on one machine I need to display
related records on a large screen.
The user's screen will be completely different that what is displayed on the
large screen, just related.
The large screen could be a second monitor on the same machine or on a
separate machine connected to the same LAN.
I am thinking two separate applications and would like suggestions on how
best to synchronize the two apps.
The time between the user moving to a new record, and the large screen
synchronizing must be a short as possible.
So far I have thought of two approches - updating a single record in a small
table in the back end, every time user moves to a new record and having the
big screen app poll that table once every second to trigger a requery.
Or something similar using a simple text file instead of a table in the back
end.
Any other suggestions?
As a user moves through records in an app on one machine I need to display
related records on a large screen.
The user's screen will be completely different that what is displayed on the
large screen, just related.
The large screen could be a second monitor on the same machine or on a
separate machine connected to the same LAN.
I am thinking two separate applications and would like suggestions on how
best to synchronize the two apps.
The time between the user moving to a new record, and the large screen
synchronizing must be a short as possible.
So far I have thought of two approches - updating a single record in a small
table in the back end, every time user moves to a new record and having the
big screen app poll that table once every second to trigger a requery.
Or something similar using a simple text file instead of a table in the back
end.
Any other suggestions?