Basically I want to refresh a child form when focus is changed on parent form.
Could anyone give leads to achieve that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Have a look on Tutorial Form Dynalink.
The easy way involves no code at all, provided the table in the child form have a relation to the table in the parent form. A record change in the parent form notifies the child form, making it call the linkActive method which then calls the executeQuery method on the child table datasource.