Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Controlling grids
Message
De
28/05/1998 13:01:03
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00102792
Message ID:
00102794
Vues:
39
>Hello All:
>I have a grid that has many more records that can be seen on the
>grid. When the user interacts with the grid, they will select
>a number of records that they want processed. Most likely they
>will end up on the last record. At which point they will selct the command button to start processing the selected records.
>
>What I am trying to do is to have the top record shown on the
>grid to be the record currently being processed. How do I get the pointer on the grid to move "automatically" acccording to the
>code.
>
>Thanks
Use doscroll method of grid.
do while !this.relativerow=1
this.doscroll(up) && Must be 0
enddo
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform