Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View updates
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00169084
Message ID:
00169568
Views:
13
Mark,

Use the child table's primary key. That's the key that uniquely identifies each contact. Use the key of the parent table (also known as the "foreign key") to parameterize your contacts view.

>So with the child records (contacts), I have a key field that links it to the parent table, and a key field to uniquely identify each of the contacts for other reasons. So, which of these two would be the key field in the updates tab of the view designer?
>
>>2. What you describe is exactly what I do for child records in a view. You can actually parameterize directly on the parent view, just make sure the parent view is open before you open the child. If the user moves the record pointer in the parent view just REQUERY() the child view.
Previous
Reply
Map
View

Click here to load this message in the networking platform