Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the joined child form data source for the specified form data source.
Syntax
client server public static FormDataSource getJoinChildFormDataSource(
FormDataSource _dataSource,
TableId _childTableId,
[int _occurence])
Run On
Called
Parameters
- _dataSource
Type: FormDataSource Class
A form data source.
- _childTableId
Type: TableId Extended Data Type
An ID of the table of the joined form data source.
- _occurence
Type: int
An occurrence of the table form data source.
Return Value
Type: FormDataSource Class
The joined child form data source.