Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating relations in form data environment
Message
From
24/07/1998 12:36:55
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00121008
Message ID:
00121051
Views:
20
Thanks, that's what I've been trying, just didn't know if I was missing anything. I had hoped that there was some way to associate an index with the view - like by having a view "order by". I guess not.

Bob

>Relations are from an expression to an index key. Your views don't have indexes so you can't relate them. You can, in the form's load do something like this;
>SELECT View2
>INDEX ON Field TAG Field
>SELECT View1
>SET RELATION TO Expression INTO View2
Previous
Reply
Map
View

Click here to load this message in the networking platform