Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Attempting to lock
Message
De
17/01/2008 13:05:39
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01282563
Message ID:
01282702
Vues:
14
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 ?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform