Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00813427
Message ID:
00813699
Views:
8
>Can anybody help me in how to count the number of records in my cursor. I have an SQL query which sends the results to a cursor. Contained in the cursor is one field named mainkey. I want to count the number of records in the mainkey field and show the results in a label caption.
>
>Many Thanks

Using _TALLY would be faster than COUNT().
Previous
Reply
Map
View