Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp50 - Using a VIEW - index order set
Message
From
21/03/1997 14:31:23
Monte Murdock
Universal American Mortgage Company
Clearwater, Florida, United States
 
 
To
21/03/1997 13:58:58
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00025211
Message ID:
00025215
Views:
34
>How do I make an INDEX ORDER SET with my VIEW table?
>I want my VIEW table to have TAGS.

After you have opened the view, select the view, then issue the FoxPro command for indexing.

EXAMPLE
SELECT eid, firstname, lastname ;
FROM employee ;
GROUP BY eid ;
INTO CURSOR employ

SELECT employ
INDEX ON eid TAG eid
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform