SetDataSource  Method

Description         This method specifies the data source. To get current data source use GetCurrentDS method. When you set data source, the scanning method will use this data source for scanning. This method is usefull to change DS programaticallly, whitout user interface.

Usage                  ret = [form.]TWAIN. SetDataSource DSName

Returns               ret                           Long                Returns the error code.

Remarks             DSName               String                Name of the DS to set.

Programing Notes    

See Also              GetCurrentDS Method