Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursoradapter and indexes/relations
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00720183
Message ID:
00720560
Views:
11
Hi Franco.

>Does anybody knows if we will be able (with the final release) to create relations between cursorsadapters in the DEclass like for cursors?

Yes, but you'll have to do it programmatically using INDEX ON and SET RELATION commands. The reason is because CursorAdapters are like views -- they don't have persistent indexes, so you can't visually create relationships for them in the Form or Class Designer.

>Now (but I think it's a Beta problem) you can sublass DE, but can't add cursordapter directly (you have to use the DE builder)

Actually, you can -- right-click in the DataEnvironment and choose Add CursorAdapter. Note that it'll be a base class CursorAdapter rather than your own subclass. To use a subclass instead, use the DE Builder.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform