Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making a 'grid' table
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00102892
Message ID:
00103152
Views:
26
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform