Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tableupdate not sticking?
Message
De
18/06/2003 15:51:22
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Tableupdate not sticking?
Divers
Thread ID:
00801414
Message ID:
00801414
Vues:
40
I have a form that occasionally looses appended records (after the tableupdate). This is a multi-user app. The table is in 'table buffering mode' and I've created a big error log that seems to show events running like this:

1. Record is appended; record # is -1
2. Record is saved successfully to the util_rev table with:
TABLEUPDATE(1,.F.,'util_rev')
The above command return .T.
record # is 60467
3. This happens 4 or 5 times (4/5 records added successfully with RECNO() being increased to 60472)
4. Go to EOF
5. The last record is 60467!!! what happened to the other new records?
6. Record is appended; record # is -1
7. Record is saved successfully to the util_rev table with:
TABLEUPDATE(1,.F.,'util_rev')
The above command returns .T.
record # is 60467 AGAIN!!!

Any ideas??

thanks

bonnie
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform