Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Updating a Datawindowchild

Status
Not open for further replies.

tinac99

Programmer
Jan 17, 2002
58
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top