S
Steve
Hi All
I have an appointment based application (Windows forms vb.net 2008) which in
the case of 1 customer is running at 3 different physical locations
They are connected via a secure VPN
Any 1 store can bring up the appointment screen for any other store and make
appointments etc
I currently use a windows.forms.timer to refresh the appointment screen
every 10 secs to ensure the appointment screens at each location display the
current data
I am sure there is a better way to determine when an appointment screen
refresh is needed at a particular location
What is the industry standard for doing this....
1. Should I set a flag or timestamp in the remote database when an
appointment has been added from another location and check that flag within
a timer before calling a refresh?
2. Or is there a better way
Regards
Steve
I have an appointment based application (Windows forms vb.net 2008) which in
the case of 1 customer is running at 3 different physical locations
They are connected via a secure VPN
Any 1 store can bring up the appointment screen for any other store and make
appointments etc
I currently use a windows.forms.timer to refresh the appointment screen
every 10 secs to ensure the appointment screens at each location display the
current data
I am sure there is a better way to determine when an appointment screen
refresh is needed at a particular location
What is the industry standard for doing this....
1. Should I set a flag or timestamp in the remote database when an
appointment has been added from another location and check that flag within
a timer before calling a refresh?
2. Or is there a better way
Regards
Steve