Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error on 'Go Top' command
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00501615
Message ID:
00505466
Vues:
30
>Nadya:
> the same problem happened again. This time your suggestion did not work. It gave me that same error on a seek command. any suggestion?
>sherry


Hi Sherry,

I think, it's related with what are you doing. Could you show the code example?
If the table has no records, perhaps Go Top will not work. If you don't have filters set, this is a free table, etc., you can surround Go Top code with:
if reccount()>0
   go top
endif
Or perhaps you have some data corruption. First of all, show us your code, which causes problems, when we can think about solutions, ok?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform