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/CACW6n4u4KknFwpdzse92qoYhX9rTQdo9r=vkgxwmgp7eegu...@mail.gmail.com
** 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