Move to a record specified by record number.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.2
Syntax STATIC METHOD Goto(
uRecId AS Object
) AS LOGIC
public static bool Goto(
Object uRecId
)
View SourceParameters
- uRecId
- Type: Object
Return Value
Type:
BooleanTRUE if successful; otherwise, FALSE.
See Also