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:
00103152
Vues:
25
Hi again, Michelle!

Sorry, I got called into a meeting so I couldn't reply right away.

It's quite simple to create the table you want. You need to have THREE fields in the table. I will assign them field names for the purposes of this email:

1. Dummy row field (cRow, Character, 1)
2. Zone (cZone, Character, 10)
3. Description (cDesc, Character, 20)

USE zonetable
INDEX ON cRow + cZone TAG temp
DO VFPXTAB WITH "OutputFile"

That's ALL!

Rishabh.
---
Rishabh Bakshi
Swarthmore, PA 19078
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform