Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wishlist: Revision of the RelativeRow propery.
Message
 
 
À
01/11/1999 01:30:44
Walter Meester
HoogkarspelPays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00284474
Message ID:
00284821
Vues:
21
>Well, Let's say you've got a modeless searchbox like in word and you want to display the found record in the firstrow of the grid without having the grid get the focus.

In my incremental search textbox, I have the following in my InteractiveChange method:
with ThisForm
   .LockScreen = .t.
   with .GridName
      do while .RelativeRow > 1
         .DoScroll(1)
      enddo
      .Refresh()
   endwith
   .LockScreen = .f.
endwith
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform