Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid last row/cell
Message
De
12/12/2003 22:30:45
 
 
À
12/12/2003 21:05:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00858848
Message ID:
00858857
Vues:
18
>Hi all,
>
>What's the way i know, that i'm in the last row or cell in grid.
>
>Thank's
>
>João Batista

from the grid's source cursor, e.g.
Function IsOnLastRow()
  select myGridSourceCursor
  Skip
  llOnLastRow=EOF()
  Skip -1
  Return llOnLastRow
EndFunc
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform