Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listing Indexes & expressions
Message
 
 
To
15/01/2003 14:29:49
Stephen Hunt
Admit Computer Services Inc.
Farmingdale, New York, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00742067
Message ID:
00742069
Views:
17
See TAG(), KEY() and FOR() functions.
SELECT mytable
FOR i = 1 TO TAGCOUNT()
   m.Tag = TAG(i)
   m.Key = KEY(i)
   m.For = FOR(i)
   ...
ENDFOR
In VFP7 you can use ATAGINFO() Function.

>Is there any way to generate a list of a tables indexes and there expressions
>without having to use the modify structrure command ?
>
>Thanks For Your Help
>Stephen J. Hunt
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform