Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Making a 'grid' table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00102892
Message ID:
00103088
Vues:
24
>Basically you have to supply VFPXTAB with four parameters:
>
>1. The output file name
>2. The field you want to use as the ROW
>3. The field you want to use as the COLUMN, and
>4. The data field.
>
>It will create the output file with the column-wise totals of the input file with the contents of the column field as field names.
>
>Note that VFPXTAB is now implemented as a class.
>
>Rishabh.


I'm getting closer, but I still don't quite get it.

I have a table with two fields: zone & description. I want to take this table and create a new table with zones as fields and zones as records, with all the data in the middle to be filled in later.

What syntax would I use to make this program do that? I'm afraid I'm not familiar with OOP, so it may be that it's a class that's messing me up.

Thanks,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform