Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids rows
Message
De
17/04/2002 00:21:33
 
 
À
16/04/2002 10:24:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00645464
Message ID:
00645793
Vues:
12
If you make a calculation and move the record pointer, then the grid scrolls, the try this in your Calculation code

Local nRec
nRec = Recno("GRIDALIAS")
* Your calculation code here
Go nRec In GRIDALIAS


Other thing than can be is than your grid is very short and this make the scrolling automatic, try to make your grid taller, and make shure than leaves a small part of a row at the bottom
Imagine than this is a grid
+--------------------------------------------------+
| | | |
+--------------------------------------------------+
| | | |
+--------------------------------------------------+
| | | |
+--------------------------------------------------+
| | | |
+--------------------------------------------------+
+--------------------------------------------------+ && the small part of row

Hope this help

Mauricio
Be fast like the Fox
Be free like the Penguin
Se Rápido como el Zorro
Se libre como el Pingüino
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform