Hi there,
I have the following tables
student
parent
student_parent (relation between student & parent stored here)
In the studentList form I have another form called studentParent_parentList in a related tab panel showing parent records from student_parent using ther relation student_id__student_to_student_parent
I use a formInDialog to add/delete parent relation to the currently selected student. For deleting records I use a form studentParent_parentList of the table student_parent. I have to do a find and delete that particular record. After that the number of records in that foundset becomes 0. Now I close the formInDialog but the parentList in the tab panel shows 0 records instead of showing the actual related records.
I think this is because I have done a search on the tab panel form.
But I suppose the related records in the tab panel has to be refreshed when it gets the focus and also when going from one record to another.
Any ideas why it is not doing that?
Thanks