Sytze de Boer wrote:
> It must be the end of the week
>
> The network MAYbe Windows, MAYbe not
> 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.
>
> I don't care about others on the network
> I don't want to use "net send message" type/style
>
> My original message asked if others had such or similar system which they
> might care to share.
I had done something 5 years ago where there was a table on the LAN for
messages and each user's PC would keep track of what message's had been
shown on their PC. It would download anything newer than the last
message shown. What would be cool is to use Kevin Ragsdale's "Desktop
Alerts" thingee with this for modern looking "pop up" messages.
The basic idea:
* get the last message id shown from the registry or INI file
liLastID = <your method of getting it here>
select cMessage from LANTABLE where iid > liLastID into cursor
curMsgsToShow
* cycle through cursor and show messages
I also added a "who" part to mine so you could selectively broadcast
instead of everyone getting the messages.
_______________________________________________
Post Messages to: [email protected]
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.