Integer li_row
if row>0 then
if isValid(w_ventanaMain) then //Comprueba que este cargada,no deberia por que es response, pero mas vale :P
li_row = w_ventanaMain.dw_external.insertrow(0)
w_ventanaMain.dw_external.setItem(li_row,'idEmpleado',this.getItemString(row,'idEmpleado')) //getItemType?
end if
end if