Namespace: Consultingwerk.SmartComponents.Base
Class 
UnableToRepositionAfterUpdateRowEventArgs Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.EventArgs

File:UnableToRepositionAfterUpdateRowEventArgs
Purpose:Argument for the UnableToRepositionAfterUpdateRow event
of the SmartDatasetAdapter. Allows customized handling of
errors when the updated row cannot be repositioned to
after update (e.g. open the query with different arguments)
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Nov 01 11:55:23 CET 2014


Top Constructor Summary
Options Name Purpose
+ UnableToRepositionAfterUpdateRowEventArgs (handle, rowid) Constructor for the UnableToRepositionAfterUpdateRowEventArgs class

Top Property Summary
Options Name Purpose
+ Consultingwerk.EventArgs Empty Returns the default instance of the Consultingwerk.EventArgs class
Inherited from Consultingwerk.EventArgs
+ LOGICAL Handled Gets and sets if the event was handled by an subscriber and the error should not be shown to the user
+ HANDLE QueryHandle Returns the handle of the query
+ ROWID Rowid Returns the ROWID that was attempted to reposition to


Constructor Detail
Top

PUBLIC UnableToRepositionAfterUpdateRowEventArgs (handle, rowid)

Purpose: Constructor for the UnableToRepositionAfterUpdateRowEventArgs class
Notes:

Parameters:
phQuery HANDLE
The handle of the QUERY
proRowid ROWID
The ROWID of the record that was attempted to reposition to


Property Detail
Top

PUBLIC Consultingwerk.EventArgs Empty

Inherited from Consultingwerk.EventArgs
Purpose: Returns the default instance of the Consultingwerk.EventArgs class
Notes:

Returns Consultingwerk.EventArgs
Top

PUBLIC LOGICAL Handled

Purpose: Gets and sets if the event was handled by an subscriber and the
error should not be shown to the user
Notes:

Returns LOGICAL
Top

PUBLIC HANDLE QueryHandle

Purpose: Returns the handle of the query
Notes:

Returns HANDLE
Top

PUBLIC ROWID Rowid

Purpose: Returns the ROWID that was attempted to reposition to
Notes:

Returns ROWID


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:31:25