Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SET RELATION question
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
SET RELATION question
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01045256
Message ID:
01045256
Vues:
61
We have several SET RELATION in our code. Then they move the record pointer to establish the relation in the child table. The code does not work when the table is EOF() but !EOF(). This seems like an easy one but it is hurting my brain.

IF .NOT. EOF()
SKIP
SKIP -1
ELSE
IF !BOF()
SKIP -1
SKIP
ENDIF
ENDIF
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform