Sending Messages to all users

Bullman2000_uk

Registered User.
Local time
Tomorrow, 08:25
Joined
Jun 6, 2007
Messages
17
I have database that is multi user. Is there anyway that I set up a message that is sent to all users that are logged into the database at the click of a button

Thanks
 
In psuedo code you would need to do the following

Open up the lbd file and read in all the users who are currently logged in to the specified mdb. See my sample database. Then use the Net Send command to relay a message to them.

CodeMaster::eek:
 

Users who are viewing this thread

Back
Top Bottom