Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00602738
Message ID:
00602797
Vues:
20
Hello Kevin.

Except that the record I want is never the 1st record
displayed in the grid. Anyone know how to position a
specific record in grid row 1?


After you find the record, set focus to the grid and use code like this:
WITH This
  DO WHILE .RelativeRow # 1
    .DoScroll( 1 )
  ENDDO
ENDWITH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform