Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Count number
Message
From
22/02/2000 01:29:27
 
 
To
22/02/2000 01:19:17
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00335161
Message ID:
00335260
Views:
20
1. RecNo() is reliable only on SELECT from one table
2. RecNo() is always applied to the source table

Vlad

>I would suggest using RecNo(). Are you positive you are doing Recno() on the cursor? Maybe try a NoFilter on the end of the SQL SELECT? If you need to, do this, but you sohuldn't have to:
>
>private pnRec
>pnRec = 0
>
>select NextRec() as rec, * .....
>
>function nextrec
>return pnRec + 1
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform