CoreDb.SymSelect Method | |
Select a new work area by specifying its alias as a string and return the number of the current work area.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax STATIC METHOD SymSelect(
sAlias AS STRING
) AS LONG
public static int SymSelect(
string sAlias
)
Request Example
View SourceParameters
- sAlias
- Type: String
The alias of the work area you want to select.
Return Value
Type:
LongSee Also