hi. I have a grid datawindow which is inside a datawindow composite. I need to insert a row in that datawindow, but I don't know how to do it.
I do can change the properties of a object in that datawindow, but I cannot access to the properties
This is what I tried and didnt worK:
integer li_correlativo
li_correlativo=w_reporte.dw_1.object.dw_2.insertrow(0)
I do can change the properties of a object in that datawindow, but I cannot access to the properties
This is what I tried and didnt worK:
integer li_correlativo
li_correlativo=w_reporte.dw_1.object.dw_2.insertrow(0)