Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resequence table by ID number field not working?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00563636
Message ID:
00563700
Views:
18
>I wanted to physically resequence the table permanently so that when I browse the table the ID numbers are in numerical sequence for easier manual lookups while in the browse window. I assigned unique ID numbers to lots of definitions and would like to see the numbers appear in order in browse and scroll down the listing to the ID number that goes with the record I have need to update a definition or check a definition such as a dictionary definition. HTH

Then just...

SELECT mytable
SET ORDER TO idorder
BROWSE

It will be in order.
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Reply
Map
View

Click here to load this message in the networking platform