Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6543385
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T11:20:26+00:00 2026-05-25T11:20:26+00:00

I have a Master-Detail Relationship between two Tables , I Select a Record in

  • 0

I have a Master-Detail Relationship between two Tables , I Select a Record in Master Table and its Details shows in Detail Table , next i want to Locate in Detail Table Only in Details about Master Table`s Selected Record but when I use ADOTable.Locate(…) , it locates in all Records of Detail Table !
For Example I have this Tables :

Master :

ID | Name

11 | Mahmood
22 | Maseoud

….

Detail :

UID | Pet(!)
11 | Cat
22 | Dog
22 | Cat

I have selected User “Mahmood” ( ID = 11) and in Detail Table only 1 Record shown with UID = 11 and Pet = Cat
Now I want to Locate on detail Table :
DetailTable.Locate(‘Pet’, ‘Dog’, [])

“Locate” above returns ” TRUE ” whereas there is no Record with “Dog” value in details of Selected User

How can I solve this Problem ?
I want to Search in details of Selected Record in Master Table

Thanks before …

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T11:20:27+00:00Added an answer on May 25, 2026 at 11:20 am

    TCustomADODataSet.LocateRecord works on an unfiltered clone, specify all relevant fields in your search:

    DetailTable.Locate('UID; Pet', VarArrayOf([11, 'Dog']), [])
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two tables in a master-detail relationship. The structure is more or less
I have a master detail relationship between a person and its friends: person id
I have 2 tables -- a master and details. It's a 1-to-many relationship between
I have a Master-Detail relationship implemented with two Datagridview controls in c#. The datasources
I want to show a master / detail relationship using two datagridviews and DataRelation
Background: I have two tables master and detail . each row in detail contains
I have a master-detail tables and I want to get list of master join
I have 2 tables with a master-detail relationship. We use a DataGridView to handle
I have a master-detail relationship between 2 classes. The master class will contain a
i have a self referencing table called project that has a master detail relationship

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.