Question : How to trap the error in datawindow itemchanged event and clicked event?

How to trap the error in datawindow itemchanged event and clicked event?

Answer : How to trap the error in datawindow itemchanged event and clicked event?

hi,

remove your script from clicked event of dw_trans_detail and add the same script with some addition to rowfocuschanging event of dw_trans_detail

If This.AcceptText() <> 1 Then Return 1
item_no = this.getitemnumber(newrow, 'item_no')
dw_item_detail.reset()
dw_item_detail.retrieve(item_no)

Rest as it is... i think this shoul work..

regards,
Sandeep
Random Solutions  
 
programming4us programming4us