Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Weird loop using skip
Message
De
28/03/2003 13:41:21
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Weird loop using skip
Divers
Thread ID:
00771447
Message ID:
00771447
Vues:
50
I have a form unsing a table with several realtions. While using a simple top,back,next,bottom setup they get in a loop and only 4 or so of the 13000 records on the main table show looping over and over going either direction.
I have tried both;
select table
skip
if eof()
goto top
endif

and
skip in table
if eof()
goto top endif

another simptom(sp?) is without the eof() it always says end of file encountered it does not matter waht the order is set to or the record that is started on.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform