Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the index value
Message
 
 
To
07/04/2003 10:06:45
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00774669
Message ID:
00774695
Views:
15
>Thank you.
>PS
>You resolved my specific question.
>Can I understand that there is not way to get data directly from the index?

You can if you change index expression to something w/o MIN/MAX functions, for example
IIF(ssn1>ssn2,  STR(ssn1) + STR(ssn2), STR(ssn2) + STR(ssn1))
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform