Click or drag to resize

CoreDb.Goto Method

X#
Move to a record specified by record number.

Namespace:  XSharp
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 STATIC METHOD Goto(
	uRecId AS Object
) AS LOGIC
Request Example View Source

Parameters

uRecId
Type: Object
ID of the record to goto

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
See Also