Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid last row/cell
Message
From
12/12/2003 22:30:45
 
 
To
12/12/2003 21:05:10
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00858848
Message ID:
00858857
Views:
19
>Hi all,
>
>What's the way i know, that i'm in the last row or cell in grid.
>
>Thank's
>
>João Batista

from the grid's source cursor, e.g.
Function IsOnLastRow()
  select myGridSourceCursor
  Skip
  llOnLastRow=EOF()
  Skip -1
  Return llOnLastRow
EndFunc
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform