>> > I use a method in my Doctor's program. Basically, to send a message, > you type in a screen, choose the doctor, and hit send. It them puts a > record in a file. All programs have a timer that periodically queries > the file, and if a message is to you, changes an icon in your system > tray so you're aware of it. You can then click the icon and view the > message. That's over-simplification, but that's the gist of it.
I also had to send messages in a previous app, under FPW 2.6. And then no way like a timer-based function. So i "hooked" every form and button and textbox and so on, in fact each time Fox snoozed from idle state, putting .AND. TESTMESSSAGE() in each WHEN clause, and using a dbf like Vince does. The table had a memo field containing additivly the userid and a stamp for each message reader, delimited by period. A select staterment choosed the set of previous messages not yet accessed by that user, and an update of the memo prevented for further readings. Periodically deleting was performed by the first user accessing the table. Gérard. ____________ Analysé par G DATA AVK Version : AVK 18.4623 de 24.07.2008 Informations sur les virus : www.antiviruslab.com _______________________________________________ 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.

