Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table Records
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00280990
Message ID:
00281101
Views:
15
GO TOP
COUNT WHILE index_key # seek_expression TO how_far_did_we_go

>I know that with Reccount() i receive the table total records. With recno() i receive the record number. But how can i do to know the record number when the table is ordered by a index.
>Example:
>
>Table: Orders.dbf
>Index: Order Date Field
>Records: 30
>
>Seek {^1999/10/25}
>Record Found
>Position: 20
>
>I want know what is the actual record position number and not the record number. So i can populate a progressbar from that record (20) to EOF() having (xrecpos*100/reccount()).
>
>Thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform