Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get index expressions of a table?
Message
 
 
To
27/02/2000 21:06:17
Jane Marie Ocampo
Innovision Systems International
Manila, Philippines
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00338256
Message ID:
00338258
Views:
12
>Hey folks!
>
>I just want to know how to get all index expressions of a table.

FUNCTION getindexexpr(ctable)
USE (ctable) IN 0
FOR i = 1 TO TAGCOUNT()
    cIndexTag = ALLT(TAG(ctable,i,ctable))
    cIndexExpr = ALLT(SYS(14,i,ctable))
ENDFOR
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform