Jim Harvey wrote: > Michael, > > By on demand do you mean you added a button the user could click to refresh > the data?
That's right, Jim. Or, as the case was in one app where it was a calendar on a huge screen in a production office, I used a timer to auto-requery....but that was against a MySQL web database (...not that it matters because it's the same principle). > > If that works from your experience maybe I should do that instead of the > timer. I've had a timer running on one form for awhile, with no ill > effects, but if I add the same to more forms, it may develop into a problem > with traffic, as Rick mentioned... I always prefer the idea of a disconnected dataset that can re-connect and do what it needs to do (insert/update/delete) accordingly. I don't like to rely on a constant connection like with classic VFP table buffered apps. ymmv. _______________________________________________ Post Messages to: ProFox@leafe.com 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.