Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set skip to
Message
De
11/07/2000 09:27:47
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Set skip to
Divers
Thread ID:
00390694
Message ID:
00390694
Vues:
38
Hello:

I am setting up relations within a transaction. The code executed is:
SELECT primpdat
SET RELATION TO lang_Pref INTO pkLabel ADDITIVE
SET RELATION TO cheque_id INTO coll1 ADDITIVE
This creates two relations properly with primpdat being the parent table ( Doing a ? set('relation') returns the two relations at this point).
However when I try to execute (the next line):
SET SKIP TO coll1
I get the following error message:
"Coll1 is not related to the current work area". All three cursors are in the same data session. Both relations are on numeric fields (I do not use an index here because indexes are not allowed within a transaction).

What does this message mean, and how do I fix this so I have a 1 to many relationship?

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform