Position the data server at a specified record number.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.7
Syntax VIRTUAL METHOD GoTo(
nRecordNumber AS USUAL := NIL
) AS USUAL
public override Usual GoTo(
Usual nRecordNumber = null
)
Request Example
View SourceParameters
- nRecordNumber (Optional)
- Type: Usual
The record number at which the server should be positioned.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks
Sends a NotifyIntentToMove message before the operation. Sends a NotifyRecordChange message, if successful.
See Also