Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Soft locks and table buffering
Message
From
19/09/2002 10:17:43
Irv Adams
MSC Managed Care, Inc.
Florida, United States
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00700960
Message ID:
00702264
Views:
11
Of course, at some point the information would have to be stored into a table created on the Server that has oGlobal scope, something like:

Sys(5)+Sys(2003)+ "UserRecs.dbf"

(if the EXE is running on the Server)

The Alias() of this table could be associated with the Global App object within its own Private DS so you wouldn't have to include it into each program. I use the same logic to produce a table that shows all the current users at any given time, along with when they last logged in and out, etc..

-Irv.

>Hi,
>
>>>a Globally-visible array<<
>
>But the array can only be visible in it's own application - you need memory that's avaliable to ALL applications on all machines which are accessing the data. The only way that springs to mind for doing that would be to use a dedicated app and windows sockets (which sounds like overkill).
>
>Regards,
>Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform