Thanks Bob
I haven't used the Timer yet so I forgot all about it.
Marc
----- Original Message -----
From: [EMAIL PROTECTED]
To: RBASE-L Mailing List
Sent: Thursday, September 25, 2008 9:28 AM
Subject: [RBASE-L] - Re: Networks
Mark,
An Rbase session running on a network PC will not automatically change the
data displayed on a
different PC, unless the second PC performs some type of refresh operation.
So if I understand your need correctly.....
PC #1 and PC #2 have the same form with the same data displayed.
PC#1 changes that data, but PC #2 does nothing. No input, no change, just
sitting there.
You want PC#2 display to change to what #1 just entered.
To accomplish this, you would need to do one of two options:
Manual-
Place a button on the form that performs a REFRESH operation. PC #2
operator would have to
push this button to see the change on thier screen.
Automatic-
Use the FORM TIMER function to perform the same REFRESH every X number of
seconds. This would then refresh the PC#2 display even if no one was sitting
at the computer. You could set the timer to fire every 10 seconds for example
and the screen would refresh accordingly.
If you need more info on the TIMER function, there is an article on EDGE
website from Razzak or I probably can help you out.
Good luck,
Bob
--
Thompson Technology Consultants
LaPorte, IN 46350
219-363-7441
----- Original Message -----
From: Marc
Date: Wednesday, September 24, 2008 2:04 pm
Subject: [RBASE-L] - Networks
To: [email protected] (RBASE-L Mailing List)
> Hi
>
> I would like to be able to have 2 different computers display
> the same records but when one user changes the record the
> other computers screen gets updated.
>
> It would be unlikely that both users will be changing the same
> record at the same time.
>
> What settings do I need to do this?
>
> When I play with these settings I get false errors that another
> user has changed the data even if I only have 1 computer
> using the DB.
>
> Thanks
> Marc
>
>
>