Sytze de Boer wrote:

> It may be a simple peer to peer where the application is on a users local
> shared drive
> It may be a windows 2000 or windows 2003 system or exchange server
> 
> I'm looking for a simple system where the user clicks a button, types a
> message, and all users logged into my accounting system see the message.

The simplest way I can think of would be to make a 'messages' directory 
underneath your server data directory (somewhere accessible to all users 
of your app). You type a message into your form, and it saves a file 
with a unique key for the filename.

Then you have a timer polling that directory for message files that 
haven't been seen yet, and presenting them to the user. After a day or 
two, another process cleans up the messages directory.

You could implement this with database tables, too.


Paul


_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to