Documentation
This library incorporates a number of useful types for interacting wit the data-aware form system and for communicating information with other functions, such as the datasourceinfo type, the tbinfo type, and the implementation of option button grouping for non-data-aware forms.
Objects of type datasourceinfo have no value, and it is an error to try to get or set this value.
datasourceinfo.new (
datasourceinfo ,
dring me,
type parent,
string sourcetype,
type(*) source,
string datasource,
string username,
integer password,
integer retry,
integer timeout )
error
| Property | Type | Description |
|---|---|---|
| _ | type(*) | |
| __ | type(*) | |
| appnode | dlistnode | |
| datasource | type(*) | |
| findsourcename | function | |
| password | string | |
| reinit | function | |
| retry | integer | |
| source | string | |
| sourcetype | type | |
| tables | array | |
| timeout | integer | |
| type | type | |
| username | string |



