Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 130: Record is not locked
Message
 
 
À
11/03/2009 18:09:50
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Versions des environnements
Visual FoxPro:
FoxPro Dos
OS:
Windows XP SP2
Divers
Thread ID:
01387305
Message ID:
01387385
Vues:
64
Preix fields from the child table with alias
BROWSE FOR !EMPTY(Attend.EnrollID) ;
    FIELDS Last, First, ;
          Attend.Mon, Attend.Tue, Attend.Wed, Attend.Thu, Attend.Fri ;
  FREEZE &DayOfWeek
>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.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform