Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The go bottom is not secure
Message
De
01/08/2003 17:39:13
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00816055
Message ID:
00816066
Vues:
27
This message has been marked as the solution to the initial question of the thread.
>I found out that the go bottom is not secure into a relation
>because it looks like it does not go to the real bottom of
>the child table
>
> Is there a workaround to replace the "go bottom" as skip
> until the end of table or something like that ?
>
> Please help me

I am not sure what you mean, but perhaps you have an order established.

For instance, GO TOP will go to record #1 only if:

  • The table is not ordered.
  • The first record is not deleted (or SET DELETED is OFF).
  • You have no filter.

    The thing is, GO TOP (or GO BOTTOM) will use a logical order, not the recno().

    You can go to the last physical record with:
    goto reccount()
    Even if you have a filter, or the record is deleted, this command should still select the last record.

    HTH,

    Hilmar.
    Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
  • Précédent
    Répondre
    Fil
    Voir

    Click here to load this message in the networking platform