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:
00103213
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.


That's ok; I got lots of replies. :)

I'm confused by what you have there, though... I don't need to do that create object stuff to use it?

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

Click here to load this message in the networking platform