ahmedhossni
Programmer
i have one dw containing three dddw
main dw: d_emp
dddw1: dddw_sect
dddw2: dddw_dept
dddw3: dddw_part
how can i pass a value from dddw_sect to dddw_dept and dddw_part that they can be retrieved with their retrival arguments ... all inside one dw "d_emp"
Example:
dddw_sect: "Factory"
when factory selected it will pass factory to dddw_dept, so all dept will be retrieved as argument.
Thank you..
main dw: d_emp
dddw1: dddw_sect
dddw2: dddw_dept
dddw3: dddw_part
how can i pass a value from dddw_sect to dddw_dept and dddw_part that they can be retrieved with their retrival arguments ... all inside one dw "d_emp"
Example:
dddw_sect: "Factory"
when factory selected it will pass factory to dddw_dept, so all dept will be retrieved as argument.
Thank you..