DbSetSelect Function | |
Select a new work area.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION DbSetSelect(
nNewArea
) AS DWORD CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public static uint DbSetSelect(
Usual nNewArea = default
)
Request Example
View SourceParameters
- nNewArea (Optional)
- Type: Usual
The number of the new work area.
Return Value
Type:
DWord
The newly selected work area.
Remarks Examples
The following example sets a new work area:
1LOCAL nNewArea
2nNewArea := DBSetSelect(9)
See Also