Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get the expression on an index with a filter ?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00468649
Message ID:
00468653
Views:
20
>Hello Everybody ,
>I need to get from a table the expression for and index with a filter,
>KEY() only returns the expression part, not the filter part.
>Example,if I do something like :
>INDEX ON CaseNumber FOR CaseStatus="O" TAG OpenCases
>KEY(1) return "CaseNumber", but, it doesn't tell me the 'FOR CaseStatus="O"' part.
>
>Any Ideas ?
>
>=THIS.Thanks("in advance")


Key() gives you the key
For() gives you the For expression ;-)
Previous
Reply
Map
View

Click here to load this message in the networking platform