DbServer.GoTo Method (Typed) | |
Position the data server at a specified record number.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GoTo(
nRecordNumber AS LONG
) AS LOGIC
public override bool GoTo(
int nRecordNumber
)
Request Example
View SourceParameters
- nRecordNumber
- Type: Long
The record number at which the server should be positioned.
Return Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
Remarks
Sends a NotifyIntentToMove message before the operation.
Sends a NotifyRecordChange message, if successful.
See Also