How does one find a row on a child view by the findbykey mothod?
This is what I have:
A master view called Individuals
A child view called Telephones
If i try to find a telephone by the telephoneid, and then navigate to the individual, it does not work. It seems like the rowset in the Telephones view depend on the currency on the master view. So the findbyKey only finds telephones that correspond to the current row on Individuals.
How do I do a findbyKey on a child view on the entire
table?
Chris Lambrou