Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Order in Table Designer ?!
Message
 
 
To
13/11/2002 05:15:39
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00722013
Message ID:
00722091
Views:
11
This message has been marked as a message which has helped to the initial question of the thread.
What exactly do you want? You can use AFIELDS(laFields) function and then ASORT(laFields). This would create a sorted array of all your fields in a table and you can examine their properties.

It's not necessary to have fields in alphabetical order in your table. If you really want it, you can create a new table from that sorted array and append from original table.

I would not recommend to do so unless there is a strong reason.

>Hi
>
>I have some tables with a lot of fields ( 50 or more ) !
>
>And , perhaps , that tables have more fields in future !
>
>when i insert a new field , i do it in end of others fields .
>
>But , i want see table designer with fields in alphabetical order .
>
>It´s possible ?
>
>I spends a lot of time , when i need , change for example the len of one field , and i don´t know exactly the name of field . I have see all fields to find one what i want .
>
>If , table designer show the fields in alphabetical order , it´s easy for me work .
>
>Can you hep me ?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform