Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Kick Them out of EXE or APP
Message
From
04/08/2000 15:22:40
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00399494
Message ID:
00401330
Views:
29
>Kick them out how? After the time runs out then use QUIT?

Simply QUIT !

>
>I guess I also need to say that the program and all of it's files are on a server. Each person has a shortcut to the EXE. So they are really running the same file. This is how I found all of the FoxPro programs at this company. If you put them on the person's PC, everything runs fine except the FOORMS. They don't seem to know where the DBC is and gives an error.

This is in detail how I work :
- a LOADER.EXE looks in LOADER.INI which only contains the name of the executable to launch, and launches it.
- if I have an update I make it's name unique (eg by adding a number to the name), and change the contents of the LOADER.INI. USers running the old version simply have to quit and restart. The LOADER.EXE will make sure to load the newest version
- if I need unique access (eg to update the database) I use the timer trick to kick everyone out
Previous
Reply
Map
View

Click here to load this message in the networking platform