hi. I have two datawindow nested in a datawindow compsosite. What I want to do is to sort one of the two datawindows by a user criteria. I dont know how to do it, but it might be meaningful saying that the datawindow that I want to sort have two different tables.
I have tried this code:
datawindowchild dwc_sort
dw_1.getchild("dw_2", dwc_sort)
dwc_sort.setsort("gsi_cate_sistemas.seg_sist_codigo=1"+ ls_sist_code)
dwc_sort.sort()
I have tried this code:
datawindowchild dwc_sort
dw_1.getchild("dw_2", dwc_sort)
dwc_sort.setsort("gsi_cate_sistemas.seg_sist_codigo=1"+ ls_sist_code)
dwc_sort.sort()