Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can Workstations be Polled from a server
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Can Workstations be Polled from a server
Miscellaneous
Thread ID:
00735232
Message ID:
00735232
Views:
44
Hi.
Is there a way of Polling files on individual Workstations (connected in a LAN) to be polled from a server.

At the end of each day, I need to Poll all the workstations caonnected (acting as Point of Sale Units) and append data into a Master table

I know I can do thsi from each workstation, but I need more control so it would be preferable if it can be done from the server. The idea is that there would be a log of all alid connected workstations and code would be as follows:


Use Master
For i=1 to NumbeOfConnectedWorkstations
Select Master
Appe from WorkstatioonSlaveFile
Delete all records from WorkstationSlaveFile
EndFor

Regards,

Gerard
Next
Reply
Map
View

Click here to load this message in the networking platform