Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 130: Record is not locked
Message
De
11/03/2009 18:09:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
Error 130: Record is not locked
Versions des environnements
Visual FoxPro:
FoxPro Dos
OS:
Windows XP SP2
Divers
Thread ID:
01387305
Message ID:
01387305
Vues:
129
I was making changes that shouldn't have affected this, but... A two table browse window that was working yesterday just stopped working - well, throwing the titular error any time a change is entered.
SELECT Attend
SET FILTER TO TermID=m.TermID AND ClassID=m.ClassID

SELECT Last, First, EnrollID FROM Enroll INTO CURSOR Enr ORDER BY 1,2 
SET RELATION TO EnrollID into Attend

BROWSE FOR !EMPTY(Attend.EnrollID) FIELDS Last, First, Mon, Tue, Wed, Thu, Fri FREEZE &DayOfWeek
So it's sitting with the ENR cursor active, while attempting to update ATTEND. This code's copied from elsewhere, and the original still works. Attempting to recopy and tweak has not solved the issue.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform