Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Undocumented SYS(1104) function
Message
 
 
À
01/01/2002 16:22:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00598838
Message ID:
00599636
Vues:
29
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform