InterviewSolution
| 1. |
Let’s Say, You Share Two Dw Buffers And The Primary Dw Has Some Dddw Columns. Will This Dddw Be Shared Automatically As Well? |
|
Answer» NO. After we have shared 2 DataWindows, we have to SHARE all DropDowns as well. First, we have to GET the reference for the Child DATAWINDOW using GetChild() function and then do sharing by using ShareData() function. DataWindowChild dwc_1, dwc_2 NO. After we have shared 2 DataWindows, we have to share all DropDowns as well. First, we have to get the reference for the Child DataWindow using GetChild() function and then do sharing by using ShareData() function. DataWindowChild dwc_1, dwc_2 |
|