Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record moves with the table relation?
Message
From
03/06/1998 14:43:43
Ryan Hirschey
Federal Reserve Bank of New York
New York City, New York, United States
 
 
To
31/05/1998 10:40:00
Tan Gay Cheong
Cybercomp Computer Services
Singapore, Singapore
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00103076
Message ID:
00104473
Views:
28
>I am working on textbox on the form. And with pageframe, three page total. Page 1 with table1(parent table), page2 with table2(Child table) and page3 with table3(child table).
>
>I have set the RI for the relationship, update, delete to be cascade. How should I go about it in the record pointing?

It sounds like your problem may have more to do with the pageframe than the RI. (As an aside, I usually don't allow cascading deletes, but if you want to use them, they should work properly if you use the RI builder.) For the individual pages in the pageframe, they do not automatically refresh when you refresh the pageframe. Only the Activepage is refreshed. What I do to refresh the pages so that it properly reflects the record pointer's location is put the following code in the Activate method of each page:

This.Refresh()

Hope this helps.
Ryan Hirschey
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform