CoreDb.Goto Method | |
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
public static bool Goto(
Object uRecId
)
Request Example
View SourceParameters
- uRecId
- Type: Object
ID of the record to goto
Return Value
Type:
LogicTRUE if successful; otherwise, FALSE.
See Also