Put your code in the "buttonclicked" event of your child DW. Then if your button is named "b_ok" do the following...
if (dwo.name = "b_ok") then //Code end if
Put your code in the "buttonclicked" event of your child DW. Then if your button is named "b_ok" do the following...
if (dwo.name = "b_ok") then //Code end if