Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Last row in a table
Message
From
23/04/2002 15:33:52
 
 
To
23/04/2002 15:19:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00648365
Message ID:
00648377
Views:
22
If the table is open and the last row is what you want
go bottom
m.newseq = seqnum+1
If table is not in seqnum order
Select max(seqnum) as lastseqnum from tablename into cursor lastseqnum
m.newseqnum = lastseqnum+1
use in lastseqnum
HTH

Elmer
Previous
Reply
Map
View

Click here to load this message in the networking platform