Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Query: How do i determine if I am on the last row
Message
From
29/02/2012 05:41:41
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2008
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01536814
Message ID:
01536816
Views:
55
Stuart,

How are the child records extracted? If they are queried via SELECT, then you can check by:
IF RECNO( "Child" ) = RECCOUNT( "Child" )
    && do whatever
ENDIF
Hope to help.

Dennis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform