is it possible to update a datawindowchild in a datawindow displayed in preview mode?
I have the following scripts in the window:
dw_1.settransobject(sqlca)
dw_1.retrieve()
dw_1.getchild('dw_1',dwc_update)
dwc_update.settransobject(sqlca)
dwc_update.setitem(row, "statusid",10)
dwc_update.update()
The system crashes at the last line.
Any comments and suggestions would be greatly appreciated. Thank you.
I have the following scripts in the window:
dw_1.settransobject(sqlca)
dw_1.retrieve()
dw_1.getchild('dw_1',dwc_update)
dwc_update.settransobject(sqlca)
dwc_update.setitem(row, "statusid",10)
dwc_update.update()
The system crashes at the last line.
Any comments and suggestions would be greatly appreciated. Thank you.