Link to home
Start Free TrialLog in
Avatar of Mateen
Mateen

asked on

To filter child datawindow.

PB7

datawindow name: dw_detail ( tabular)
child_datawindow : dddw_employee  ( emp_code, emp_name).

The child datawindow has been set on emp_code of dw_detail.

Let's suppose I am preparing monthly salary. I insert a row into dw_detail and select an employee say "Anwar".
I add another row..... and HERE I WANT.

When I click child datawindow arrow , it should not show the employee name "Anwar" in the list, as I have already
taken this name in the previous row.





ASKER CERTIFIED SOLUTION
Avatar of sandeep_patel
sandeep_patel
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mateen
Mateen

ASKER

Recommended method will be adopted.

Thanks