Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's moving my Recno() ?
Message
De
04/01/1998 11:47:30
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
What's moving my Recno() ?
Divers
Thread ID:
00069341
Message ID:
00069341
Vues:
103
Something keeps moving my record pointer after a seek back to where it started (or maybe just to the top of the
table, since it always starts at the top).

I put these two statements in the method where it happens.
    wait window str(recno('clients'))        && shows correct seeked record
    wait window str(recno('clients'))        && shows record 1 (record before seek)
There are NO statements between the 2 wait windows, but the recno() changes.

I can't even begin to figure out what's doing it, so I don't know what info might help someone else figure it
out.

The only thing I can even imagine might have something to do with it is the relations:
(I'm leaving out all the normal syntax, just to show you the relations)

select table2
set relation into table3
set skip to table3

select clients
set relation into table2
set skip to table2, table3


HELP.

TIA

Bill
Bill Morris
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform