Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Want record to always be last row of grid
Message
From
11/11/2003 14:31:12
 
 
To
11/11/2003 11:58:54
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00848673
Message ID:
00848849
Views:
9
>   *  See if the recordsource has any records.  If it has no records, just
>   *  return.  There is nothing to position.
>   SELECT ( this.RecordSource )
>
>   COUNT NEXT 1 TO lnCount
>
>   IF lnCount = 0
>      RETURN
>   ENDIF
I'm curious why you're doing a COUNT here rather than just using RECCOUNT().

Chris.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform