VoDbRSelect Function | |
Return the work area number of a relation.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.21
Syntax FUNCTION VoDbRSelect(
wRelation AS DWORD
) AS DWORD
public static uint VoDbRSelect(
uint wRelation
)
Request Example
View SourceParameters
- wRelation
- Type: DWord
The position of the desired relation in the list of current work area relations.
The relations are numbered according to the order in which they were defined by the relation setting.
Return Value
Type:
DWord
The work area number of the specified relation.
If there is no relation set for
wRelation, VODBRSelect() returns 0.
Remarks
VODBRSelect() is like DBRSelect() but is strongly typed. See DBRSelect() for more information and examples.
Examples See Also