DbServer.GoTo Method | |
Position the data server at a specified record number.
Namespace:
VO
Assembly:
VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GoTo(
nRecordNumber
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public override Usual GoTo(
Usual nRecordNumber = default
)
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