I have two datawindow nested in a datawindow composite. I can add rows and set items in columns, but I need the user can dinamically add registries in one of the two nested datawindow, If I separate each datawindow and take them out of the datawindow composite, when I call insertrow(), I am able to write in the new row, but I cannot do that when that datawindow is nested in the composite datawindow. Seems like it is blocked or something
I cannot also call setfocus(), why is that?
I have this code for trying to use setfocus():
datawindowchild set_focuss
w_reporte.dw_1.getchild("dw_2", set_focuss)
set_focuss.setfocus() //error!
I cannot also call setfocus(), why is that?
I have this code for trying to use setfocus():
datawindowchild set_focuss
w_reporte.dw_1.getchild("dw_2", set_focuss)
set_focuss.setfocus() //error!