Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Go to rec number
Message
From
10/12/2005 13:42:49
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
10/12/2005 13:33:18
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
OS:
Windows Server 2003
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01076881
Message ID:
01076882
Views:
22
>hello
>
>how i make to go the rec number example i've a table i need skip to rec no 300 and obtain the id to thar rec. thank'u

LOCAL m.lnRec, m.lnID
m.lnRec = RECNO()
GO 300
m.lnID = table.id
LOCATE RECORD m.lnRec

It is much better to SEEK the ID instead of relying on record number.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform