Re: VFP9-Internal messages

2008-07-24 Thread GĂ©rard Lochon
>> > 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

Re: VFP9-Internal messages

2008-07-24 Thread MB Software Solutions General Account
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

Re: VFP9-Internal messages

2008-07-24 Thread Sytze de Boer
I think I've refined my routine where I'm now a little happier I have public variable (unimessage) defined in my MAIN.prg In the MAIN FORM, I have a timer with the following code IF USED("SYSTEMFILE") && in case it is closed i don't want an error GO TOP IN systemfile IF !EMPTY(systemfil

Re: VFP9-Internal messages

2008-07-24 Thread Paul McNett
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

Re: VFP9-Internal messages

2008-07-24 Thread Vince Teachout
Sytze de Boer wrote: > I have a very tiny routine in my main application that allows me to send a > message to all users logged into this application. > e.g. Paul bought the scones for morning tea > > I'm not happy with the method, but before I invent another wheel, does > anyone have a system they

Re: VFP9-Internal messages

2008-07-24 Thread Sytze de Boer
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 mes

RE: VFP9-Internal messages

2008-07-24 Thread David Crooks
On Thursday, July 24, 2008 12:36 PM Sytze de Boer wrote: >Why, my current method doesn't Ok, it is would use the network messaging then... I was thinking the network is Windows. David L. Crooks ___ Post Messages to: ProFox@leafe.com Subscription Ma

Re: VFP9-Internal messages

2008-07-24 Thread Sytze de Boer
Why, my current method doesn't On Fri, Jul 25, 2008 at 4:26 AM, David Crooks <[EMAIL PROTECTED]> wrote: > On Thursday, July 24, 2008 12:19 PM Sytze de Boer wrote: > > >I have a very tiny routine in my main application that allows me to > send a message to all users logged into > >this applicatio

RE: VFP9-Internal messages

2008-07-24 Thread David Crooks
On Thursday, July 24, 2008 12:19 PM Sytze de Boer wrote: >I have a very tiny routine in my main application that allows me to send a message to all users logged into >this application. >e.g. Paul bought the scones for morning tea >I'm not happy with the method, but before I invent another wheel,