Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FOUND() not working with table buffering and scatter/gather
Message
De
01/03/2002 14:57:42
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
FOUND() not working with table buffering and scatter/gather
Divers
Thread ID:
00627159
Message ID:
00627159
Vues:
53
Is there a problem with FOUND() not getting the proper response when being used in a buffered table? I have had the problem before. In this case I am doing the following:

do while .t.
seek (string)
if .not. found()
exit
endif
scatter memvar blank
gather memvar
enddo

This wipes out the rest of the table. The seek finds the correct records initially, but found never returns .t.

Is this an existing problem? I'd appreciate any help.

Thanks,
Larry Morelli
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform