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:
00103213
Views:
24
>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,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform