본문 바로가기
카테고리 없음

jde

by 팁텍북 2018. 5. 4.
Yes it's possible You need to use 2 system functions in tandem to get it to work though. You need to set the SI fields before passing control back to the other form. So, call Update Parent to update the Subform Interconnects (SI) before calling the Notify Parent. If you don't do this your parent will never receive the changes you make to SI fields in the subform. Consider the two as separate programs that can send messages to each other and that's all. From subform-> pass value to parent through interconnect. update parent notify parent On parent side In notify by child event check passed interconnect value if true press find button Reverse the code for parent to subform.

댓글