DataServer.GoTo Method | |
Position this data server on a specified record number.
Namespace:
VO
Assembly:
VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GoTo(
nPosition
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GoTo(
Usual nPosition = default
)
Request Example
View SourceParameters
- nPosition (Optional)
- Type: Usual
The record number to which the server should be positioned.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks
When executed successfully, this method sends a NotifyRecordChange message to this data server's clients.
Tip |
---|
Some types of data servers cannot support movement by record number. |
See Also