Namespace: Consultingwerk.SmartComponents.Enum
Class 
RecordPositionEnum Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:RecordPositionEnum
Purpose:Enumeration for possible record position values
Description:Used by the SmartDataAdapter:RecordPosition property
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Jan 18 15:21:48 CET 2009



Top Method Summary
Options Name Purpose
+ LOGICAL IsValid (character) Validates a character against the list of valid RercordPositionEnum values

Top Constructor Summary
Options Name Purpose
- RecordPositionEnum () Constructor for the RecordPositionEnum class

Top Property Summary
Options Name Purpose
+ CHARACTER FirstRecord The query is positioned at the first record
+ CHARACTER LastRecord The query is positioned at the last record
+ CHARACTER NoRecordAvailable No record is available
+ CHARACTER NotFirstOrLast The query is positioned not at the first record, not at the last record. So somewhere in the middle of the result set
+ CHARACTER OnlyRecord The query is positioned at the only record (First and Last)


Method Detail
Top

PUBLIC LOGICAL IsValid (character)

Purpose: Validates a character against the list of valid RercordPositionEnum
values
Notes:

Parameters:
pcRecordPosition CHARACTER
Character value of a record position value
Returns LOGICAL
Logical value indicating if the Character value stands for a valid enum member


Constructor Detail
Top

PRIVATE RecordPositionEnum ()

Purpose: Constructor for the RecordPositionEnum class
Notes: Disallow instance creation



Property Detail
Top

PUBLIC CHARACTER FirstRecord

Purpose: The query is positioned at the first record
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER LastRecord

Purpose: The query is positioned at the last record
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER NoRecordAvailable

Purpose: No record is available
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER NotFirstOrLast

Purpose: The query is positioned not at the first record, not at the last
record. So somewhere in the middle of the result set
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER OnlyRecord

Purpose: The query is positioned at the only record (First and Last)
Notes:

Returns CHARACTER


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