01.06.2013 Views

OpenEdge Development: Mobile Applications - Product ...

OpenEdge Development: Mobile Applications - Product ...

OpenEdge Development: Mobile Applications - Product ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

afterDelete event<br />

afterDelete event<br />

Fires after the JSDO, by means of a saveChanges( ) call following a remove( ) call,<br />

sends a request to delete a record and receives a response to this request from the<br />

AppServer.<br />

Applies to: progress.data.JSDO class, saveChanges( ) method, table reference<br />

property (JSDO)<br />

The following parameters appear in the signature of the event handler function:<br />

Syntax<br />

function ( jsdo , record , success , request )<br />

jsdo<br />

record<br />

success<br />

request<br />

A reference to the JSDO that invoked the delete operation. For more information,<br />

see the description of the jsdo property of the request object.<br />

A reference to the temp-table record upon which the delete operation acted. For<br />

more information, see the description of the jsrecord property of the request<br />

object.<br />

A Boolean that is true if the delete operation was successful. For more<br />

information, see the description of the success property of the request object.<br />

A reference to the request object returned after the delete operation completes.<br />

For more information, see the description of the request object.<br />

<strong>OpenEdge</strong> ® <strong>Development</strong>: <strong>Mobile</strong> <strong>Applications</strong> 185

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!