Multi-user data update

Post Reply
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Multi-user data update

Post by TimStone »

I would like to have a Listbox on a workstation automatically update at a certain interval. Then, when data is added at a different workstation, it will show on all within a period of time.

Is there a way to do this with FWH ?
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
User avatar
Jeff Barnes
Posts: 912
Joined: Sun Oct 09, 2005 1:05 pm
Location: Ontario, Canada
Contact:

Post by Jeff Barnes »

Hi Tim,

Try using a TIMER.
Then you could issue an Update for that listbox.

Jeff
Post Reply