Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Undocumented SYS(1104) function
Message
 
 
To
01/01/2002 16:22:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00598838
Message ID:
00599636
Views:
27
Yes. Unfortunately, the Rlock() only forces a refresh of the table that was locked. In order to refresh everything all tables, you can use Aused() and cycle through the array.

>I use your earlier suggestion. however, how to refresh all tables: I need to make loop over all opened tables in current data session.
>
>* forcebufferrefresh method
>
>lpara lcAlias
>if rlock( str(int(recc( m.lcAlias)*rand())), m.lcAlias)
> * it updated; continue processing
> unlock in (m.lcAlias)
> else
> * don't know; you decide what you want to do
> on error NOTE
> inkey(1)
> seterror()
> endif
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform