Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Attempting to lock
Message
From
17/01/2008 13:05:39
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01282563
Message ID:
01282702
Views:
13
Not until the changes from computer A are commited to disk and that computer B refresh it data you will see computer A changes in computer B data.

Computer A:
SELECT AP
APPEND BLANK
TABLEUPDATE (1) && or USE
Computer B:
SET REFRESH TO -1
SELECT AP
APPEND BLANK && Run this after TABLEUPDATE have run on computer A
BROWSE && You should see computer A new record
>I put a browse windows for testing
>
>In computer A
>
>SELECT AP
> APPEND BLANK
> BROWSE
>
>In computer B
>
>SELECT AP
> APPEND BLANK
> BROWSE
>
>The browse windows shows the same new record at its bottom in both computers
>
>So append blank is generatin the same record
>
>I was expecting 1 record more in browser windows of computer B
>
>I am right ?
Previous
Reply
Map
View

Click here to load this message in the networking platform