Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table conversion from horizontal to vertical
Message
From
06/12/2010 06:49:46
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
06/12/2010 00:41:28
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01491823
Message ID:
01491835
Views:
60
>Dear All,
>I have an horizental table with 253 fields , I would like to convert it to vertical if there is a possibilities.
>to do that programmaticaly.
>Thank;s to all.
>Best for now

Also, field() and fcount(). Sample (from the help file):
FOR gnCount = 1 TO FCOUNT( )  && Loop for number of fields
   ? FIELD(gnCount)  && Display each field
NEXT
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform