Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table conversion from horizontal to vertical
Message
De
06/12/2010 06:49:46
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
06/12/2010 00:41:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01491823
Message ID:
01491835
Vues:
61
>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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform