Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scan (VfP6)
Message
De
23/05/2002 09:25:47
 
 
À
23/05/2002 07:38:40
Hisham Serry
Al-Bahar United Company
Kuwait, Kuwait
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00659839
Message ID:
00660399
Vues:
23
Thanks for the suggestions, unfortunately I do all of that. I think the problem is as Vlad suggest - my table is very small & it is probably all buffered, I am going to try his suggestions to force a reread of the buffers (at the moment the 'go top' fixes the problem & this app is very low priority & the single user version is acceptable for a while longer).

>well, I will tell you a small solution to fix your problem and make your app. multi user, all you need is the following:
>
>in the start of you program I asume it is prg file add
>set exclusive off
>set reprocess to auto
>
>in each time you save add this commands.
>select tablename
>if flock() or rlock() depend on which level you need to work
>replace field with var
>endif
>unlock
>
>be careful of and counters you have because you have to check if the value is exist or not.
>
>
>good luck
>
>Hisham
Len Speed
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform