Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Local View and refresh
Message
From
06/12/2001 14:56:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Local View and refresh
Miscellaneous
Thread ID:
00590764
Message ID:
00590764
Views:
59
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
Next
Reply
Map
View

Click here to load this message in the networking platform