Re: updating data on multi-user form

2008-10-03 Thread Stephen Russell
On Fri, Oct 3, 2008 at 11:56 AM, MB Software Solutions General Account <[EMAIL PROTECTED]> wrote: > On Fri, October 3, 2008 12:33 pm, Stephen Russell wrote: >> In reality, what are you getting in a refresh? >> 1) any updates done while this data was brought local. >> 2) secondary data refresh for i

Re: updating data on multi-user form

2008-10-03 Thread MB Software Solutions General Account
On Fri, October 3, 2008 12:33 pm, Stephen Russell wrote: > In reality, what are you getting in a refresh? > 1) any updates done while this data was brought local. > 2) secondary data refresh for inventory count >0 > 3) some other reason? > > >> From that reply you have to design how you want to han

Re: updating data on multi-user form

2008-10-03 Thread MB Software Solutions General Account
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-requerybut that was against a MySQ

Re: updating data on multi-user form

2008-10-03 Thread Stephen Russell
On Fri, Oct 3, 2008 at 10:23 AM, MB Software Solutions General Account <[EMAIL PROTECTED]> wrote: > Rick Schummer wrote: Thanks Rick, it was the SET REFRESH setting I was missing. As soon as I >> changed it to 5,5 from 0,0 the form data refreshed.<< >> >> Please note the lower the number the

RE: updating data on multi-user form

2008-10-03 Thread Jim Harvey
tions General Account Sent: Friday, October 03, 2008 11:23 AM To: ProFox Email List Subject: Re: updating data on multi-user form Rick Schummer wrote: >>> Thanks Rick, it was the SET REFRESH setting I was missing. As soon as I > changed it to 5,5 from 0,0 the form data refreshed.<&

Re: updating data on multi-user form

2008-10-03 Thread MB Software Solutions General Account
Rick Schummer wrote: >>> Thanks Rick, it was the SET REFRESH setting I was missing. As soon as I > changed it to 5,5 from 0,0 the form data refreshed.<< > > Please note the lower the number the higher the network traffic you will introduce. Set wisely. > > Rick > White Light Computing, Inc. Good

RE: updating data on multi-user form

2008-10-03 Thread Rick Schummer
>> Thanks Rick, it was the SET REFRESH setting I was missing. As soon as I changed it to 5,5 from 0,0 the form data refreshed.<< Please note the lower the number the higher the network traffic you will introduce. Set wisely. Rick White Light Computing, Inc. www.whitelightcomputing.com www.swfo

RE: updating data on multi-user form

2008-10-03 Thread Eurico Chagas Filho
Jim If you use 0 for nSeconds2, according to the manual, 0 will always use data in memory buffer but do not refresh buffer. I guess you should use .001 instead of zero. HTH, E. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://l

RE: updating data on multi-user form

2008-10-03 Thread Jim Harvey
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rick Schummer Sent: Thursday, October 02, 2008 8:05 PM To: profox@leafe.com Subject: RE: updating data on multi-user form Hi James, Table or view? If view is the table in the DE and buffered as well on either form in question? What is

RE: updating data on multi-user form

2008-10-02 Thread Rick Schummer
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Harvey Sent: Thursday, October 02, 2008 03:29 PM To: [EMAIL PROTECTED] Subject: updating data on multi-user form Having trouble getting the data on a form to update after a user on the same form on another pc on the network makes a edit to

Re: updating data on multi-user form

2008-10-02 Thread MB Software Solutions General Account
Jim Harvey wrote: > Having trouble getting the data on a form to update after a user on the same > form on another pc on the network makes a edit to the data. > > Buffering is set to 5, and I'm using tableupdate to commit the change - > tableupdate(1,.f.,'accounts'). > > There is a timer on the for

updating data on multi-user form

2008-10-02 Thread Jim Harvey
Having trouble getting the data on a form to update after a user on the same form on another pc on the network makes a edit to the data. Buffering is set to 5, and I'm using tableupdate to commit the change - tableupdate(1,.f.,'accounts'). There is a timer on the form that refreshes the form ever