Tom here has just cut his teeth on an internal messaging system doing exactly the same. You can either send internal messages (Via VFP Tables) or email messages via Blatt.
As has been said, VFP eats it up. The most difficult thing was designing the user interface in terms of allowing users to see other people's messages or "group messages" as we call them as opposed to keeping messages private between users. Dave -----Original Message----- From: ProFox [mailto:[email protected]] On Behalf Of Ted Roche Sent: 10 July 2015 11:54 To: [email protected] Subject: Re: VFP communicating to another VFP app VFP is designed to share data via tables. I've been very successful setting up large production apps where tasks are passed between machines by updating a shared "queue" file with dates, times, status, and "who owns" a particular piece of data. Functions like LUPDATE() to determine if a file has new records, LOCK to lock a record to assure exclusive ownership before updating, SET REPROCESS to manage locking contention, make VFP an ideal multi-user app. On Fri, Jul 10, 2015 at 2:27 AM, Geoff Flight <[email protected]> wrote: > Howdy guys! > > I stopped programming per se a few years back and went for a sea > change, but I still use a VFP app in my new business. I was wondering > how I could get two VFP apps on different machines to communicate with > each other and pass a string of date or a record etc. I dont want it > to be difficult or involve a whole lot of overhead. I just want it to > be able to sent information between the apps. > > Thoughts? > > Geoff > > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.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.

