Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Local View and refresh
Message
De
06/12/2001 14:56:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Local View and refresh
Divers
Thread ID:
00590764
Message ID:
00590764
Vues:
60
I have this code which is supposed to refresh view1 when other users on the netvork change underlying table. It works fine because there is brow command.
If I omit "BROW" it doesn't refresh new values.
Any idea how to work w/o "BROWSE"?
Thanks in advance

VFP 6 SP 5

CLOSE TABLE ALL
SET REFRESH TO 60,1
SELECT 0
USE database!view1
WAIT WINDOW STR(view1.Qty)
REFRESH()
BROW
WAIT WINDOW STR(view1.Qty)
CLOSE TABLE ALL
RETURN
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform