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.
Gets or sets the primary form data source that this control will manage.
Syntax
public FormDataSource parmFormDataSource([FormDataSource _formDS])
Run On
Called
Parameters
- _formDS
Type: FormDataSource Class
A Form data source to assign; optional.
Return Value
Type: FormDataSource Class
The current form data source that is assigned to this control.
Remarks
When setting the instance of the FormRun class, the base implementation calls the same method on all the instances of the PmfFormCtrl class that are assigned as sub-controls to this object. All child classes must call this parent method when they override this method. The form is only required to call this event method when there is actual code that is associated with the event method or any of the sub-controls that are associated with this object.