Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Relation Broken Error
Message
 
To
01/08/2000 13:47:12
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00399483
Message ID:
00399506
Views:
8
Sheena,

The message has absolutely nothing to do with the database at all. The message is saying that a relation existed in the runtime environment and it has been broken. This occurs if you change the order on the child table for example.
USE Parent
USE Child ORDER SomeTag IN 0
SET RELATION TO SomeExpression INTO Child

SELECT Child
SET ORDER TO AnotherTag && Relation is broken
Check for anything changing the controlling tag on a table. Also, closing the child table will result in the same message.
Previous
Reply
Map
View

Click here to load this message in the networking platform