Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids rows
Message
From
17/04/2002 00:21:33
 
 
To
16/04/2002 10:24:02
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00645464
Message ID:
00645793
Views:
11
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
Previous
Reply
Map
View

Click here to load this message in the networking platform