Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Number of Maximum Rows in a Grid
Message
From
30/10/2001 13:22:07
 
 
To
30/10/2001 10:17:28
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00574272
Message ID:
00575212
Views:
25
>>>other words: I'd like to know if the current row position
>>>is a bottom of the grid.

>EOF() wouldn't work for you. If applicable do something like:
>
>select (Grid.recordsource)
>skip
>llLastRecord = (Child.FKvalue # Parent.PKValue)
>skip -1

Cetin, your suggestion works, although this solution makes a lot of skipping during moving rows of a grid. I only know how to do it from "keypress" method, checking if user pressed cursor down (nKeyCode = 24) and then find out if this is the last record in my child table, skipping one record, as you suggest. This means that if I move down the grid with a lot of rows, it is checked for every move with skip forward and backward.
But my wish is an action only when user wants down on the last row.

Well, I was wondering that there was some trick inside the grid, because the grid knows very well when ActiveRow can't be increased by 1.
It seems there's not such a way.

Thank's, Zlatko.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform