Name
|
Description
|
Ref. Page
|
doDelete
|
Invokes the delete method of the control
|
6-21
|
doInsert
|
Invokes the insert method of the control
|
6-22
|
doUpdate
|
Invokes the update method of the control
|
6-23
|
End
|
Moves the current row to the last row of the row set
|
6-26
|
GetCol
|
Gets the value of the requested column (zero based) for the current row
|
6-27
|
GetColByColName
|
Gets the value of the requested column name for the current row
|
6-28
|
getColNumByName
|
Gets the zero based column number of the requested column name
|
6-29
|
GetColSize
|
Gets the size of the requested column (zero based)
|
6-30
|
GetColSizeByCol Name
|
Gets the size of the requested column name
|
6-31
|
GetColTitle
|
Gets the title of the requested column (zero based)
|
6-32
|
GetCurrentRow
|
Returns the current row number (zero based) of the row set.
|
6-33
|
getInOp
|
Returns True if the last insert or update is not found in the returned data from refresh
|
6-34
|
GetItem
|
Returns the data for the requested row and column (both zero-based)
|
6-35
|
GetItemByColName
|
Returns the data for the requested row (zero based) and column name
|
6-36
|
getLastError
|
Returns a string representing any error that might have occurred during network operations
|
6-37
|
getLastMsg
|
Returns a string representing any error that might have occurred during network operations
|
6-38
|
GetNumCols
|
Returns the number of columns in the row set
|
6-39
|
GetNumRows
|
Returns the number of rows in the row set
|
6-40
|
getPageSize
|
Returns the page size used by the row set.
|
6-41
|
getSmPageSize
|
Returns the small page size used by the row set
|
6-42
|
Home
|
Moves the current row to the first (zero numbered) row
|
6-43
|
Next
|
Moves the current row of the Control to the next row
|
6-55
|
PageDown
|
Advances the current row of the Control by the page size
|
6-57
|
PageUp
|
Reduces the current row of the Control by the page size
|
6-58
|
Prev
|
Moves the current row of the Control to the previous row
|
6-60
|
Refresh
|
Invokes the refresh methods for the control.
|
6-61
|
SetBufColItem
|
Sets the working buffer value for the requested column (zero based) of the row set
|
6-118
|
SetColItem
|
Sets the data item in the row set for the current row and requested column (zero based)
|
6-119
|
SetColItemByCol Name
|
Sets the data item in the row set for the current row and the requested column name
|
6-120
|
SetItem
|
Sets the data item in the row set for the requested row and column (both zero based)
|
6-121
|
SetItemByColName
|
Sets the data item in the row set for the requested row (zero based) and column name
|
6-122
|
setPassWord
|
Sets the username and password used for any remote operations
|
6-123
|
SetRow
|
Sets the current row number (zero based) of the row set
|
6-124
|
sPageDown
|
Advances the current row of the Control to by the small page size
|
6-125
|
sPageUp
|
Reduces the current row of the Control to by the small page size
|
6-126
|